Ticket #5148 (closed defect: fixed)

Opened 20 months ago

Last modified 19 months ago

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: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

Description

Scroll right on the red box in the test (test is just a modified /dijit/tests/forms/test_FilteringSelect.html)

Attachments

Copy of test_FilteringSelect.html (9.7 kB) - added by guest 20 months ago.

Change History

Changed 20 months ago by guest

in reply to: ↑ description   Changed 20 months ago by guest

Replying to guest:

Scroll right on the red box in the test (test is just a modified /dijit/tests/forms/test_FilteringSelect.html)

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; }

  Changed 20 months ago by bill

  • milestone set to 1.1

Doug can you take a look? BTW, whoever wrote that comment above, you should surround code samples with triple curly braces.

  Changed 20 months ago by bill

  • owner set to doughays

  Changed 19 months ago by doughays

  • status changed from new to assigned

  Changed 19 months ago by doughays

  • status changed from assigned to closed
  • resolution set to fixed

(In [11677]) Fixes #4388, #4894, #5148, #5235 in v1.1. Changed the form input widgets from tables to divs to avoid browser incompatibilities with box sizings and nested table issues.

Note: See TracTickets for help on using tickets.