Closed
Bug 148013
Opened 23 years ago
Closed 23 years ago
Off-by-one error in moving (with mouse) items in Personal Toolbar
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 139471
People
(Reporter: ken, Assigned: samir_bugzilla)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3)
Gecko/20020523
BuildID: 2002052306
There's an off-by-one error in moving (with the mouse) items in Personal
Toolbar. When moving (a new item, or moving an existing item to a different
location on the Personal Toolbar), the item moved ends up one space to the right
of where it should be.
An example will help. Let's say we have A, B, C, and D as bookmarks. We want
to move D so that it's between A and B. The "|" symbols shows the division:
| A | B | C | D |
Click on D, and drag it to the left so that there's a line between the A and the
B. Upon releasing the mouse button, the bookmarks are like so:
| A | B | D | C |
Except what we expected it to look like is:
| A | D | B | C |
Reproducible: Always
Steps to Reproduce:
1. Move a bookmark (C) on the Personal Toolbar to be between two other bookmarks
(A and B).
2. Upon releasing the mouse button, the link (C) WILL move -- except it'll move
to the space to the right of B, rather than between A and B.
Actual Results: The bookmark moved to one space to the right of where it should
have.
Expected Results: The bookmark should have moved to be between A and B.
Comment 1•23 years ago
|
||
This is included in the patch for bug 139471.
pi
*** This bug has been marked as a duplicate of 139471 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•