#687 closed defect (duplicate)
Combo Box scrolling behavior is irratic
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Firefox, when scrolling through the list in unit test test_ComboBox.html, if you move the mouse pointer away from the scrollbar, the selection list degrades away.
In Internet Explorer, if the mouse pointer moves too far away from the scrollbar, the scrolling will stop.
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I have been trying to replicate the issue in FF, but havent been able to. Tom: Any special way to make it display 2 optionslists the same time?
The IE scroll issue, I think, is a design behaviour in windows, probabaly rooted deep inside MFC, you get the same thing if you try to scroll to far of in any windows program. If you dont believe me, try scroll in excell or some other Ms software.
comment:3 Changed 15 years ago by
Owner: | changed from anonymous to alex |
---|
comment:4 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Apparently this is dup of #678 which has already been fixed.
I've also noticed this behavior, particularly when a combobox dropdown opens above a second combo box (although I'm not sure that they are related).