KawaiiBASIC / classilla

Automatically exported from code.google.com/p/classilla
0 stars 0 forks source link

Various Find window problems #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Find window sometimes refuses to accept keystrokes when switching back to it.
Find does not search Alt text.
Cmd-G doesn't always work.

These are separate from TypeAheadFind.

Also, odd interaction with CSS menus (this may be very difficult to fix):

--- reporter ---

2.  When using the Find box, it will pick up text in CSS menus.  The URL 
for the link corresponding to the menu item may be displayed in the 
status bar, but there is no obvious selection of the found text on the 
screen.  (As the selection rectangle is hopping through the window, it 
will mysteriously go away for a fixed number of steps, and this is 
what's happening.)

If the menu line with the hit would be offscreen if the menu was being 
displayed, then a page seek is issued - the page skips to get the 
appropriate line onscreen.  But the menu isn't actually displayed.

Now, I said that the link _may_ be displayed in the status bar. 
Sometimes they will stop showing up.  For example,
If wrap search is turned on and there's only one hit in a page, in a CSS 
menu, then if you mouse over the window in the background and cause some 
other link to be displayed in the status bar, subsequent hits on the 
text in the CSS menu no longer display a link in the status bar.
Example:  www.nutsonline.com - search for 'espresso'.  If there's only 
one hit, then this happens, but if there's two (try 'apple') then it 
doesn't.

Original issue reported on code.google.com by classi...@floodgap.com on 5 Nov 2009 at 5:54