Bug 27797 - selectionStart, selectionEnd properties return wrong values
Summary: selectionStart, selectionEnd properties return wrong values
Status: RESOLVED DUPLICATE of bug 25444
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: n/a
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 01:54 PDT by bugzilla33
Modified: 2014-02-21 01:25 PST (History)
1 user (show)

See Also:


Attachments
source (733 bytes, text/html)
2009-07-29 01:54 PDT, bugzilla33
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugzilla33 2009-07-29 01:54:13 PDT
Created attachment 33702 [details]
source

Run attachement.
Script should alert: 5,7
...but it alerts: 0,0
Comment 2 Alexey Proskuryakov 2009-07-29 16:35:22 PDT
Now the issue looks even more familiar!

*** This bug has been marked as a duplicate of bug 25444 ***
Comment 3 Suria Narayanan 2014-02-21 01:25:21 PST
I am facing this in chrome Version 33.0.1750.115

selectionDirection: [Exception: DOMException]
selectionEnd: [Exception: DOMException]
selectionStart: [Exception: DOMException]