#10547 closed defect (fixed)
Dialog: scrolling problem with popups
Reported by: | youngho | Owned by: | bill |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | dialog datetextbox | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_Dialog.html
Open the left top dialog and click the DateTextBox field. Then using mouse wheel, do scroll.
Then the popup date selector move up/down apart form text input. I attached the picture.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | dialog_dateTextBox.gif added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | DateTextBox in a Dialog scrolling problem → Dialog: scrolling problem with popups |
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by
(In [22780]) Remove trigger where scrolling viewport causes drop downs to close. It interferes when a large popup causes the viewport to scroll (Select.html robot test) and is actually not necessary to fix the Dialog bug (refs #10547). Fixes #11647 !strict.
Still leaves another failure on IE8 though, the last test in Select.html. Problem is that clicking Select B while another Select A is open will close A but not open B. That's a manifestation of [the workaround for] #11132.
Related to #9780 and #5777, it's a general issue with anything with a drop down (like ComboBox or ComboButton) I think.