cldarcy / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE. Bubble doesn't correctly cover windowed controls in IE6 #255

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In IE6, windowed controls (dropdown boxes) get displayed on top of event
bubbles.

Here is a screenshot of my test:
http://joshhuckabee.com/files/timeline_IE6_dropdown.png

Here is a screenshot of the current behavior:
http://joshhuckabee.com/files/timeline_without_fix.png

This is a known issue with IE6 and windowed controls
(http://dotnetjunkies.com/WebLog/jking/archive/2003/07/21/488.aspx).

I've created a fix for this, but I'm not sure how to submit it. The full
graphics.js with the fix can be found here:
http://joshhuckabee.com/files/graphics.js.txt (See
SimileAjax.Graphics.createBubbleForPoint). And a screenshot with my fix:
http://joshhuckabee.com/files/timeline_with_fix.png

IE6

[Submitted by Josh Huckabee on simile.mit.edu] 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 14 Apr 2009 at 10:07