Closed
Bug 545967
Opened 16 years ago
Closed 11 years ago
After resize "Manage search engines", the engine item could not drag.
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: alice0775, Unassigned)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.2pre) Gecko/20100211 Firefox/3.6.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a2pre) Gecko/20100212 Minefield/3.7a2pre ID:20100212145610
Install a lot of search engines more than 10.
After resize "Manage search engines" the engine item could not drag.
Reproducible: Always
Steps to Reproduce:
1.Install a lot of search engines more than 10. more than 20 is better to reproduce.
2.Open "Manage search engines"
3.heighten size "Manage search engines"
4.Close and reopen "Manage search engines".
5.Drag the first engine to lower position
(Step 4 is not always required)
Actual Results:
I cannot drag it more than the 10th rows downward.
Expected Results:
Can drag any posiotion.
Alternative Steps to Reproduce:
1.Install a lot of search engines more than 10. more than 20 is better to reproduce.
2.Open "Manage search engines"
3.heighten size "Manage search engines"
4.Close and reopen "Manage search engines".
5.Drag the 11th and bigger engine to upper position
Actual Results:
Can not drag the engine to 10th upper.
Expected Results:
Can drag any posiotion.
The following patch solve the issue:
in engineManager.xul
- <tree id="engineList" flex="1" rows="10" hidecolumnpicker="true"
+ <tree id="engineList" flex="1" hidecolumnpicker="true"
This isue does not happen on Linux build (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a2pre) Gecko/20100212 Minefield/3.7a2pre)
| Reporter | ||
Updated•16 years ago
|
Comment 1•16 years ago
|
||
Even without changing the height of the search engine manager I'm unable to drag the first item. This issue can also be seen in 3.5 builds. I wonder if it should be handled separately or if this regression is just a side-effect and we can fix it together.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•16 years ago
|
||
I think Bug 523780 which iin Firefox3.6(In reply to comment #1)
> Even without changing the height of the search engine manager I'm unable to
> drag the first item. This issue can also be seen in 3.5 builds. I wonder if it
> should be handled separately or if this regression is just a side-effect and we
> can fix it together.
See Bug 523780 which is not yet fixed in Firefox3.6.
Comment 3•16 years ago
|
||
Does this bug still exist?
| Reporter | ||
Comment 4•16 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100421 Minefield/3.7a5pre ID:20100421041252
Not yet fixed.
It is very easy to reproduce the problem.
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•