Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaPramod
Created July 3, 2013 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChaitanyaPramod/5916775 to your computer and use it in GitHub Desktop.
Save ChaitanyaPramod/5916775 to your computer and use it in GitHub Desktop.
Gist to test the bug due to which node-webkit 0.6.1 doesn't show tooltip popup with the content of the `title` attribute
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Title test</title>
<style>
#block {
background-color: lightblue;
height: 200px;
width: 200px;
}
</style>
</head>
<body>
<div id="block" title="Some title"></div>
</body>
</html>
{
"name": "title_test",
"description": "Desc",
"version": "0.0.1",
"main": "index.html",
"window": {
"toolbar": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment