Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1264 → Rev 1265

/trunk/api/js/domtooltip/BUGS
New file
0,0 → 1,16
$Id: BUGS,v 1.1 2007-03-16 12:39:35 jp_milcent Exp $
These are the known bugs/issues in the DOM Tooltip library:
 
- Opera7 popups up a native tooltip title for the link, which goes over the custom tooltip
(all you need to do is disable tooltips in the opera preferences)
 
- you cannot use the margin style on the body in Opera7, you have to use padding instead
you can read over at opera.com why they don't support this...apparently not a legit style
 
- offset* properties do not account for margins, so styles with margins could lead to issues
 
- fading in and fading out in mozilla is somewhat flaky...it works but has flickering...this
flickering is NOT the tooltip code, it is the rendering of the styles in mozilla...only time
will help us here (this seems to be resolved in Firefox 1.0)
 
- inframe tips do not appear over top of the iframe in Opera and Konqueror