Closed
Bug 499934
Opened 16 years ago
Closed 15 years ago
Addons panel can jump when calling targetScrollBox.scrollBy
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: vingtetun, Unassigned)
References
Details
Addon panel do jump when we call the targetScrollbox.onMouseMove in InputHandler when we have hide/remove a bunch of items.
The scroll position seems whacked and scrollBy cause it to be refresh, which lead to a jump.
(it's a bug in the way we handle addons in the richlistbox not in InputHandler)
Steps to reproduce:
1. Go to the addons panel
2. Do a search on 'c' for example
3. Scroll down to align the search box to the top of the richlistbox
4. Click on the broom stick to clean the result
5. Click inside the search box
Actual Result:
Richlistbox do a jump
Expected Result:
No Jump!
Calling ensureElementIsVisible at the right moment correct the problem
Comment 1•15 years ago
|
||
Still an issue?
Reporter | ||
Comment 2•15 years ago
|
||
Can't reproduce
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•