Closed
Bug 205815
Opened 22 years ago
Closed 22 years ago
Find again, Print, Save Page As, is broken in Page Source
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 222157
People
(Reporter: kitchin, Assigned: bugzilla)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030514 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030514 Mozilla Firebird/0.6
Fin Next is broken if you close the Find dialog.
Reproducible: Always
Steps to Reproduce:
1. View Source
2. Edit/Find something, like "<a"
3. Close the Find dialog
4. Try "Edit/Find Again" or Control-G
Actual Results:
Nothing happens.
Expected Results:
Find the next occurence.
Confirmed here:
http://www.mozillazine.org/forums/viewtopic.php?p=81203#81203
Hmm, I don't have latest SeaMonkey build here to reproduce the bug - the
SeaMonkey build mentioned by Mark in the MozillaZine thread is rather old
(Gecko/20030401)
=> will download latest build and try to reproduce the problem in SeaMonkey
Bug is NOT present in SeaMonkey Gecko/20030515 though I was able to reproduce it
using Mozilla Firebird Gecko/20030514 (till now no 2003-05-15 win32 build
available).
Ok, I now can confirm this still not working in latest Mozilla Firebird build
from 2003-05-15.
While examining the problem I found the following functionality not working
within the {Find in source} dialog:
<ctrl><g> => "find-next" functionality (using mouse doesn't work either!)
<ctrl><s> => should bring up the "save as" dialog (Note: works using mouse!)
<ctrl><p> => should bring up the "print" dialog (using mouse doesn't work either!)
Note: this bug may be a dupe of bug #180031 though #180031 is only about the
{Print} dialog and also only about using mouse and not using keyboard shortcuts!
Simon, would you mind having a look on this?
Keywords: regression
Got the following error messages in the JS console when using the _mouse_:
'File' -> 'Print' => Error: BrowserFindAgain is not defined
'Edit' -> 'Find again' => Error: BrowserFindAgain is not defined
As the 'File' -> 'Save Page as' works using the mouse (see comment #3) this
gives no error in the JS console.
Comment 5•22 years ago
|
||
No, I don't mind having a look at this. It's the first time I've been called via
CC, I'm feeling important now. :-))
I can confirm this too, using the official 20030515 build under W2k SP3.
As to the Javascript errors, Erik, I think you intended to write this:
'File' -> 'Print' => Error: NSPrint is not defined
'Edit' -> 'Find again' => Error: BrowserFindAgain is not defined
I'm confirming this bug and will dupe bug 180031 against this one, since this
bug has a much larger impact.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Summary: In View / Page Source, Find Next is broken → In Edit/Find Next, File/Print... is broken and File/Save Page as... is partially broken in View/Page Source
Comment 6•22 years ago
|
||
*** Bug 180031 has been marked as a duplicate of this bug. ***
Summary: In Edit/Find Next, File/Print... is broken and File/Save Page as... is partially broken in View/Page Source → Find again, Print, Save Page As, is broken in Page Source
*** Bug 215070 has been marked as a duplicate of this bug. ***
I found bug 184741 also but dont know what to do with that
Updated•22 years ago
|
QA Contact: asa
Updated•22 years ago
|
QA Contact: bugzilla
As per bug 184741, performing a typeahead find in a view source window and
trying to navigate to the next match via F3 yelds the same result.
Comment 10•22 years ago
|
||
*** This bug has been marked as a duplicate of 222157 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
QA Contact: bugzilla → general
You need to log in
before you can comment on or make changes to this bug.
Description
•