Closed
Bug 280830
Opened 20 years ago
Closed 19 years ago
There is no Find Feature available
Categories
(Minimo Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tonikitoo, Assigned: mgalli)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) The user can not search by strings/substrings rendered by Gecko. So, it is impossible to locate specific text in web pages. Reproducible: Always Steps to Reproduce: Expected Results: To make possible search for text inside web pages. It's important to have a customized and simple dialog to provide this feature.
| Reporter | ||
Comment 1•20 years ago
|
||
It has been solved by 10LE Team.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > It has been solved by 10LE Team. This features has been implemented, but it is applyable just at the minimoGTK. So far, the official minimoXUL does not support it at all ! Probably we can try to reuse or adapt the source somehow ...
| Assignee | ||
Updated•19 years ago
|
Assignee: dougt → mgalli
Status: REOPENED → NEW
| Assignee | ||
Comment 3•19 years ago
|
||
I added partial support, a Find Toolbar, entities, and Find JS code which reuses the Find implementation in Tabbrowser. So far what we do is: Tabbrowser.fastFind.find(query,TYPE) Where TYPE= 0,1,2 41 const FIND_NORMAL = 0; 42 const FIND_TYPEAHEAD = 1; 43 const FIND_LINKS = 2; And getBrowser().fastFind.findNext();
Status: NEW → ASSIGNED
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•