Closed
Bug 235397
Opened 21 years ago
Closed 21 years ago
Esc key closes view-source window
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla.mozilla.org-3, Assigned: bugzilla)
Details
Attachments
(1 file)
|
819 bytes,
patch
|
doronr
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Open view-source window
2. Hit the Esc key
Actual results:
View-source window closed
Expected results:
Nothing should happen, because view-source is a window, not a dialog. Closing
windows with Esc is non-standard on Windows.
This is particularly annoying when using find-as-you-type, because Esc is used
to cancel a search:
1. Open view-source window
2. Search for the text "foo" by typing "/foo"
3. Now you change your mind, you want to search for bar instead, so you hit Esc.
Expected result:
Your search should be cancelled and nothing else.
Expected result:
The view-source window is closed.
I am using Firefox 0.8 for Windows.
| Reporter | ||
Comment 1•21 years ago
|
||
I don't think this bug applies to the Suite.
Comment 2•21 years ago
|
||
Shouldnt the product be set to Firefox?
Comment 3•21 years ago
|
||
WFM 2004021900/trunk SeaMonkey/W2K
-> Firefox
Assignee: doronr → firefox
Component: ViewSource → General
Product: Browser → Firefox
Version: Trunk → unspecified
Comment 4•21 years ago
|
||
Comment on attachment 142118 [details] [diff] [review]
Trivial patch to Firefox
IE doesn't behave this way, so I assume this should get fixed in firewhatever.
r=doron
Attachment #142118 -
Flags: review+
Comment 5•21 years ago
|
||
I like being able to close View Source with Esc. The real problem is bug
233155, FAYT not eating the Esc.
| Reporter | ||
Comment 6•21 years ago
|
||
When Firefox supports reloading of the page in View Source as Mozilla 1.7a does
(Firefox doesn't yet support this, right?), I think Esc should be used to stop
the load like it does in a regular browser window.
Comment 7•21 years ago
|
||
Ben fixed this today.
It checked that bug had fixed.
Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7b) Gecko/20040304
Firefox/0.8.0+
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 9•9 years ago
|
||
I have reproduced this bug with Firefox Nightly 0.8.0+ on Windows 7(64-bit).
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.7b) Gecko/20040224 Firefox/0.8.0+
Verified as fixed with Latest Firefox Nightly 46.0a1 (Build ID : 20160114030246)
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
[bugday-20160113]
You need to log in
before you can comment on or make changes to this bug.
Description
•