#4287 closed defect (fixed)
FilteringSelect: extraneous text displayed at the bottom of the page
Reported by: | ptbrunet | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Open the inline test case, tab down to the FilteringSelect, press enter to open it, press the x key to add an x onto the end of Iowa. A box with two lines, "Previous Choices", "More Choices" is rendered at the bottom of the page.
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [10353]) Fixes #4287. Proxy commit for haysmark. Removed appendChild line from the ComboBox? popup creation, which was causing an empty menu to appear; the appending is already handled by the dijit popup code.