google-code-export / rocket-gwt

Automatically exported from code.google.com/p/rocket-gwt
1 stars 1 forks source link

ContextMenu is displaced along the Y axis in IE7 if HnTML page contais something other than the GWT application #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the HTML, above the tag where the GWT app is plugged in, write some
text or place an image.

What is the expected output? What do you see instead?
The ContextMenu should be correctly leveled with the user's cursor in IE7
(works fine in Firefox). Right now, it is displaced along the Y axis (and
possible the X axis if you place something in front of the GWT application)
by which it seems the same amount of pixels of whatever is placed above the
GWT app.

What version of the product are you using? On what operating system?
Using 1.4.62 of GWT, Rocket 0.47 on a Windows XP system.

Original issue reported on code.google.com by ali.scis...@gmail.com on 23 Apr 2008 at 6:13

GoogleCodeExporter commented 9 years ago
Nevermind, I ignored the warning of not declaring a strict doctype on the HTML 
page
itself. Added the tag on the top of my HTML file and it worked.

Original comment by ali.scis...@gmail.com on 23 Apr 2008 at 6:20

GoogleCodeExporter commented 9 years ago
Thanx anyway :)

Original comment by miroslav...@gmail.com on 4 May 2008 at 11:00