SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Minimap is not updated in IE #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create/load tables.
2. Move tables around or select/deselect tables.

What is the expected output? What do you see instead?
Minimap doesn't update on selection/dragging of tables.

What version of the product are you using? On what operating system?
svn rev 71 + fixes for issue 55, IE8 on XP SP3

Original issue reported on code.google.com by ober.14@osu.edu on 28 Dec 2009 at 4:33

GoogleCodeExporter commented 9 years ago
I'll try and figure out why it happens, if anyone has any hints -- they are 
obviously welcome!

Original comment by ober.14@osu.edu on 28 Dec 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Interestingly enough, if I change the browser mode to IE8 standards, the 
problem disappears. I have figured out 
how to get the canvas to work on IE8 without using IE7 mode, so that will be 
probably my line of attack. I have 
to set up IE6 and IE7 to test things out, too.

Original comment by ober.14@osu.edu on 28 Dec 2009 at 4:37

GoogleCodeExporter commented 9 years ago
The VML code in wwwsqldesigner is old and developed primarily against IE6 and 
IE7.
IE8's VML support is *very* tricky; some refactoring might be necessary. I will 
look
into this soon.

Original comment by ondrej.zara on 3 Jan 2010 at 7:14