Ctrl+F or 'Edit → Find' do not start 'Search' in HTML Source View
Categories
(SeaMonkey :: Composer, defect)
Tracking
(seamonkey2.32 affected)
| Tracking | Status | |
|---|---|---|
| seamonkey2.32 | --- | affected |
People
(Reporter: Dmitry.Semionin, Assigned: njsg)
References
Details
Attachments
(1 file, 2 obsolete files)
|
2.67 KB,
patch
|
frg
:
feedback+
|
Details | Diff | Splinter Review |
Comment 2•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Comment 10•10 years ago
|
||
Comment 11•9 years ago
|
||
Updated•9 years ago
|
Comment 14•9 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 21•2 years ago
|
||
- Comment 15: the cursor/focus thing is bug 687482
- Comment 14: a curiosity/detail: at least currently (2.53) the commands do work, but in the other editor element, the one to which the findbar is attached, so results are not visible. For example, if you try ctrl+F, then after you switch back from the Source view, the findbar will be open if it wasn't before. If the findbar was already open and has some expression in its text field, you can also see the result (selected text) from "Find Next" when you switch back from the Source view, if you haven't changed the document source.
| Assignee | ||
Comment 22•2 years ago
|
||
Updated patch on top of 2.53.18.2/2.53.19b1pre.
Other than the different file paths for editor.js and editor.xul:
-
I tried to do as suggested in Comment 8 and change findbar.browser directly
-
I also tried to make the findbar.browser change happen only when the mode change is between the Source view and a non-Source view. Or is this overkill?
Comment 23•2 years ago
|
||
Comment on attachment 9404212 [details] [diff] [review]
1070492-composer-findbar-v3
So far so good. Find bar shows fine but as discussed in irc we now seem to have 2 different find boxes. which can have different content for source view. Not bad but confusing. Leving it to IanN if we should put this in as is as a start ond try to do a follow up (which might take its time again)
Comment 24•1 year ago
|
||
(In reply to Frank-Rainer Grahl (:frg) from comment #23)
Comment on attachment 9404212 [details] [diff] [review]
1070492-composer-findbar-v3So far so good. Find bar shows fine but as discussed in irc we now seem to have 2 different find boxes. which can have different content for source view. Not bad but confusing. Leving it to IanN if we should put this in as is as a start ond try to do a follow up (which might take its time again)
I'm not sure what "So far so good" means here. I'm using 2.53.20, and neither ctrl-F nor selecting "Find" from the Edit menu brings up a find bar in the <HTML> source tab. The ctrl-H/Find and replace workaround works to a certain extent, but there's still the problem that it doesn't work if you having put the cursor into the editing window. Further, if you switch to, e.g., the Preview tab and then back to the <HTML> source tab, you have to re-put the cursor into the editing area. Seems pretty "bad" to me.
Description
•