Closed
Bug 1255000
Opened 9 years ago
Closed 9 years ago
Pressing DELETE on location bar history items removes the next entry
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1236364
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160210153822
Steps to reproduce:
When pressing DELETE on a location bar history item, it shows as if the next item is deleted instead of the actual selected one. But, take note that behind the scenes, it deletes the correct item, but that is not shown to the user correctly. When clicking outside the location bar to make it disappear, then inside again, and typing the same location bar string, the dropdown menu shows the correct items, meaning the item the user wanted deleted is gone and the "as if deleted" item is back again, which is correct.
Actual results:
See the screenshots:
+ "case 1a.png" is the initial search, you see all items, this is correct.
+ "case 1b.png" is after I pressed DELETE on the item "À propos de Mozilla". This is wrong because instead of removing the "À propos de Mozilla" item, it removed the next item, which was "Aide et didactitiels".
Then, I clicked on NON to remove that item #0 which asks me if I want to improve the search by turning on suggestions.
+ "case 2a.png" is the initial search, you see all items, this is correct.
+ "case 2b.png" is after I pressed DELETE on "Aide et didactitiels". This is wrong because instead of removing the "Aide et didactitiels" item, it removed the next item, which was "Débuter avec Firefox".
Expected results:
This bug appeared as soon as Firefox came with that new location bar history item #0 that asks the user if they want to improve the search by turning on suggestions. It's obvious to me that when they added this new bar as item #0, they forgot to shift the item # by 1 down somewhere in the code and it caused this UI glitch.
Updated•9 years ago
|
Component: Untriaged → Location Bar
Comment 4•9 years ago
|
||
should be fixed in Firefox 45, please verify.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
WHOOPS! It didn't pop up in the search I did before opening this bug report, sorry! :P
--> Yes, I just updated to Firefox 45.0 and it's F******* BACK TO NORMAL! :D AT LAST! :)
This made my day :)
You need to log in
before you can comment on or make changes to this bug.
Description
•