Opened 13 years ago
Closed 13 years ago
#5541 closed defect (fixed)
dropdown of combobox appears in wrong position when used inside bordercontainer
Reported by: | liucougar | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
open dojox/layout/tests/test_BorderContainer.html, click the combobox located in the second bordercontainer on the page
the dropdown appears to the left of the combobox
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Owner: | changed from Adam Peller to bill |
---|
Bill -- any idea why the placement is wrong here?
comment:3 Changed 13 years ago by
I assume it's a bug is dojo._abs() (in html.js) but don't have any specifics. Sounds like something we need to fix though before can go production with BorderContainer?.
comment:5 Changed 13 years ago by
more detail -- you can see a slight placement problem in the existing LayoutContainer?.html test (combobox in 3rd instance) but putting a thick border on any of the widgets will make the problem show up (e.g. 30px solid black)
Note: See
TracTickets for help on using
tickets.
and the dropdown covers the combobox too (rather than under or above it)