Closed Bug 141094 Opened 22 years ago Closed 22 years ago

[gtk2] Misbehavior of the scrolling bar of "multiple" select object

Categories

(Core :: XUL, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: michelle.lei, Assigned: blizzard)

References

Details

Attachments

(1 file)

This is a gtk2-related bug. 

Steps to reproduce:
1. Find a select object that has more "option" members than pre-set size. 
   The select object also has to allow multiple select. 
2. Highlight the first option. 
3. Scroll down to another option that is initially out of sight and highlight
that option. 

Actual result:
The scroll bar will jump back to the beginning of the option list.
Simple sample file:
<html><head/>
<body>
<form>
<select size = "10" multiple>
<option> 1
<option> 2
<option> 3
<option> 4
<option> 5
<option> 6
<option> 7
<option> 8
<option> 9
<option> 10
<option> 11
<option> 12
<option> 13
<option> 14
</select>
</form>
</body>
</html>

Blocks: gtk2
1) label gtk2 bugs with [gtk2] please
2) do not use XPToolkit/Widgets default owner/qa as a dumping ground for gtk2 
bugs. Please assign these to someone who is doing the work.
Assignee: jaggernaut → michelle.lei
QA Contact: jrgm → michelle.lei
Summary: Misbehavior of the scrolling bar of "multiple" select object → [gtk2] Misbehavior of the scrolling bar of "multiple" select object
->blizzard@mozilla.org
Assignee: michelle.lei → blizzard
Attached file testcase
create test according to comment #1
but I can not reproduce it using this testcase.
Unable to reproduce.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: