Bug 24635 - window.find does not match FF's behavior
Summary: window.find does not match FF's behavior
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 17:26 PDT by Eric Seidel (no email)
Modified: 2022-07-30 18:31 PDT (History)
4 users (show)

See Also:


Attachments
test case (230 bytes, text/html)
2009-03-17 15:31 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-03-16 17:26:56 PDT
window.find does not match FF's behavior

https://developer.mozilla.org/En/DOM/Window.find

See test case.
Comment 1 Alexey Proskuryakov 2009-03-17 15:21:24 PDT
Could you please attach the test case?
Comment 2 Eric Seidel (no email) 2009-03-17 15:31:40 PDT
Created attachment 28704 [details]
test case

Sorry, I could have sworn I attached one.  Here is a new one. :)
Comment 3 Ahmad Saleem 2022-07-30 05:54:42 PDT
Safari 15.6 behaviour:

Focus ring to <div> contenteditable and "b" as selected.

Chrome Canary 106 behavior:

Same as Safari

Firefox Nightly 105 behavior:

Nothing selected and no focus ring etc.

______

I am not sure on web-spec but these are latest testing results. I think Safari and Chrome are working as expected based on test case's expected results but appreciate if you can mark this bug appropriately. Thanks!
Comment 4 Ryosuke Niwa 2022-07-30 13:34:32 PDT
This is won't fix. Our behavior is correct.