Changes between Initial Version and Version 1 of Ticket #11461
- Timestamp:
- Jul 20, 2010, 12:48:13 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11461 – Description
initial v1 1 1 See test_ComboBox.html. On FF and IE, the third drop down is misaligned by the width of the scroll bar: 2 2 3 [[Image(combo3.png)]] 4 5 Also, on IE, after removing the DOCTYPE declaration from _autoComplete.html (forcing it to quirks mode), the second drop down box is slightly misaligned: 6 3 7 [[Image(combo2.png)]] 4 5 Also, on IE, after removing the DOCTYPE declaration from _autoComplete.html, the third drop down box is slightly misaligned:6 7 [[Image(combo3.png)]]8 8 9 9 I assume this is different than #11376 since it happens when the document isn't scrolled horizontally.