Closed Bug 280830 Opened 21 years ago Closed 20 years ago

There is no Find Feature available

Categories

(Minimo Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

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.
It has been solved by 10LE Team.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
(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: dougt → mgalli
Status: REOPENED → NEW
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
Status: ASSIGNED → RESOLVED
Closed: 21 years ago20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.