Opened 13 years ago
Closed 13 years ago
#5148 closed defect (fixed)
position:absolute/relative styleing in dijit.css cause input boxs nested in scolling divs to follow you outside their container
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Scroll right on the red box in the test (test is just a modified /dijit/tests/forms/test_FilteringSelect.html)
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | Copy of test_FilteringSelect.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | → 1.1 |
---|
Doug can you take a look? BTW, whoever wrote that comment above, you should surround code samples with triple curly braces.
comment:3 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
comment:4 Changed 13 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
Replying to guest:
seems to be because of: /* #4711: prevent IE from over-expanding 100% width input boxes */ .dj_ie .dijitTextBox .dijitInputField, .dj_ie .dijitComboBox .dijitInputField, .dj_ie .dijitSpinner .dijitInputField { position:relative; } .dj_ie .dijitTextBox .dijitInputField INPUT, .dj_ie .dijitComboBox .dijitInputField INPUT, .dj_ie .dijitSpinner .dijitInputField INPUT { position:absolute !important; }