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