Opened 12 years ago
Closed 12 years ago
#8429 closed defect (fixed)
IE8: TooltipDialog placement is broken
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Editor | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Tested in standards mode on IE8RC1
dijit/tests/test_Editor.html
Try the insert link or insert picture toolbar buttons in the 3rd editor instance. The tooltip dialog will appear in the wrong place and sometimes scroll the page. If you scroll while the dialog is up, it will disappear.
Change History (7)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Owner: | changed from liucougar to Douglas Hays |
---|
comment:3 Changed 12 years ago by
Owner: | changed from Douglas Hays to bill |
---|---|
severity: | normal → critical |
Not related to scrollIntoView. The popup widget open() method is placing it at the wrong spot. It looks like IE8/strict mode does funny things with scrolling that's not being handled.
See also the test_comboBox.html, scroll the page down a little and mouse click an arrow. The popup is at the wrong location vertically. I think offsetLeft/Top are changing in real-time to account for scrolling.
comment:4 Changed 12 years ago by
OK, I'l take a look. I reported the test_ComboBox.html bug in #8441 a few days ago.
comment:5 Changed 12 years ago by
Yah, dojo/tests/_base/abs.html is badly broken when the page is scrolled. It's only an issue with page scrolling, as "click2" and "click4" work more-or-less correctly even though the divs that contain them are scrolled.
Quirks mode is already working correctly (absQuirk.html).
comment:6 Changed 12 years ago by
Status: | new → assigned |
---|
I'll fix; I've filed a ticket about the root problem as #8460.
may be related to other scrollIntoView bugs