digideskio / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

FireFox FindToolbar doesn't highlight found text in FastTree #362

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
GWT 2.0.3 and incubator 2.0.1

What OS and browser are you using?

Windows XP SP3, FF 3.6.3

Do you see this error in hosted mode, web mode, or both?

http://collectionofdemos.appspot.com/demo/com.google.gwt.demos.fasttree.FastTree
Demo/FastTreeDemo.html

Hopefully using the test case you have generously provided, what steps will 
reproduce the problem?
1. Open up some tree nodes.
2. In FF press Ctrl+F and type in appropiate keyword
3. Jump through results by pressing F3

What is the expected output? What do you see instead?

First found result should be highlighted, pressing F3 highlights the next 
result and so on. None of the results are highlighted correctly. (Pressing 
"Highlight all" actually highlights all of the results, but I am interested in 
jumping through the found treeItems).

Workaround if you have one:

Original issue reported on code.google.com by ssand...@gmail.com on 21 Jun 2010 at 1:29

GoogleCodeExporter commented 8 years ago
I just discovered, that the text shown for each TreeItem is not selectable. So 
it is impossible to mark and copy it.

Original comment by ssand...@gmail.com on 23 Jun 2010 at 11:55