#11364 closed defect (fixed)
[regression] ComboBox: wrong horizontal positioning when scrolled
Reported by: | googie | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Problem appears when a page is wider than the screen and horizontal scrollbar is present. If we scroll a page and then click the combobox, the options container is mispositioned. It looks as if it's still in the same place as it was when no scroll was performed - doesn't take scrollLeft into consideration.
ComboBox is positioned well vertically though.
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Sorry - wrong component in the ticket chosen. Should be "Dijit" instead of DojoX Form. I cannot find an option to edit bug description, that's why I post this as a comment.
comment:3 Changed 12 years ago by
Component: | DojoX Form → Dijit |
---|---|
Description: | modified (diff) |
Owner: | dante deleted |
Summary: | ComboBox - wrong horizontal positioning when scrolled → ComboBox: wrong horizontal positioning when scrolled |
Agreed, it's a different issue. I wonder if the problem is with dojo.position() or something specific to the dijit.popup/dijit.place code.
comment:4 Changed 12 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Summary: | ComboBox: wrong horizontal positioning when scrolled → [regression] ComboBox: wrong horizontal positioning when scrolled |
I was able to reproduce by adding this to _autoComplete.html:
<nowrap>ABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZABCEFGHIJKLMONPQRSTUVWXYZ</nowrap>
It's a regression, starting in 1.4.1, from #10581. I'll fix.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Issue similar to http://bugs.dojotoolkit.org/ticket/10581 although seems a bit different, that's why it's been created.