Closed Bug 211855 Opened 21 years ago Closed 21 years ago

"Go up a level in directory structure" feature

Categories

(Core :: DOM: UI Events & Focus Handling, enhancement)

x86
Windows 2000
enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 33684

People

(Reporter: timwi, Assigned: aaronlev)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Opera has a nice feature (Ctrl+Backspace) that I would like to see added to Mozilla: It goes up one level in the directory structure. In other words, it truncates the URL at the last slash. So, for example, http://www.server.com/pub/stuff/Windows/document.html would become http://www.server.com/pub/stuff/Windows/ and then (if pressed again) http://www.server.com/pub/stuff/ etc. Reproducible: Always Steps to Reproduce:
saving the following link as a bookmark should give you this functionality (place it on the personal toolbar for easy one-click access) javascript:void(location.href=location.href.substring(0,location.href.substring(0,location.href.length-1).lastIndexOf('/')+1)) *** This bug has been marked as a duplicate of 33684 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.