matgessel / gwt-tk

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

[IE] Can't drag ModalDialog when document is scrolled horizontally in rtl #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set <HTML dir=rtl> on your host html page
2. create an AlertDialog
3. move the dialog outside the screen to the right

Original issue reported on code.google.com by amitkas...@gmail.com on 22 Jan 2007 at 3:03

GoogleCodeExporter commented 9 years ago
Original summary: when dir attribute of html element is set to rtl (<HTML 
dir=rtl>),
ModalDialog goes crazy when moved outside the screen on IE

Browsers tested: Hosted Browser (XP), IE6, FFox 1.5, Opera 9.02 (each in 
Quirks/Strict)
Browsers affected: Hosted Browser (XP), IE6 (affects both Quirks/Strict)

Reproduces in plain-vanilla GWT with DialogBox. There are 2 issues here: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=716
http://code.google.com/p/google-web-toolkit/issues/detail?id=717
I'll leave this issue open as a candidate for the patch module. 

keywords: text direction right left rtl ltr ModalDialog AlertDialog dialog drag
coordinate

Original comment by mat.ges...@gmail.com on 21 Feb 2007 at 7:48