Closed
Bug 261250
Opened 21 years ago
Closed 21 years ago
linux find toolbar throws exception when "find next" pressed
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 251543
People
(Reporter: robm, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040923 Firefox/0.10
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040923 Firefox/0.10
In the 1.0 PR build, I press control-f to bring up the find bar.
I type in a string.
I press "Find Next".
The JS console produces several of these errors:
Error: uncaught exception: [Exception... "Cannot modify properties of a
WrappedNative" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)"
location: "JS frame :: chrome://browser/content/browser.js :: toggleLinkFocus ::
line 396" data: no]
Reproducible: Always
Steps to Reproduce:
1. Press control-f
2. Enter something
3. Press Find Next
Actual Results:
Error: uncaught exception: [Exception... "Cannot modify properties of a
WrappedNative" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)"
location: "JS frame :: chrome://browser/content/browser.js :: toggleLinkFocus ::
line 396" data: no]
Expected Results:
Jump to found text or inform me that the text was not found.
same behaviour here
OS: Mandrake Linux 10.0
Firefox: Firefox 0.10 - Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3)
Gecko/20040921 Firefox/0.10
Comment 2•21 years ago
|
||
Almost the same here, with 1.0PR built on Debian GNU/Linux, except that the
function name in the error is not the same:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]"
nsresult: "0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)" location: "JS frame
:: chrome://global/content/bindings/browser.xml :: get_fastFind :: line 242"
data: no]
Comment 3•21 years ago
|
||
Forget the Comment #2, I am running into bug #251543
Comment 4•21 years ago
|
||
I have a similar error, resulting in the following error:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]"
nsresult: "0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)" location: "JS frame
:: chrome://global/content/bindings/browser.xml :: get_fastFind :: line 242"
data: no]
Only the Highlight option of the find bar works.
| Reporter | ||
Comment 5•21 years ago
|
||
I was able to fix this in my browser by disabling the typeahead function
described in bug #251543.
*** This bug has been marked as a duplicate of 251543 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•