Bug 27797

Summary: selectionStart, selectionEnd properties return wrong values
Product: WebKit Reporter: bugzilla33 <bugzilla33>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: surya2rony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: n/a
Attachments:
Description Flags
source none

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]