Re: [selection] Selection.setBaseAndExtent

2014-09-10 Thread Ryosuke Niwa
; public-webapps Subject: Re: [selection] Selection.setBaseAndExtent Focus and anchor are different concepts from base and extent. While the former always coincide with start and end, base and extent may be different from those two. In particular, when a user selects text by double clicking

Re: [selection] Selection.setBaseAndExtent

2014-08-07 Thread Tim Down
Niwa [mailto:rn...@apple.com] *Sent:* Wednesday, August 6, 2014 12:43 PM *To:* James M. Greene *Cc:* Ben Peters; public-webapps *Subject:* Re: [selection] Selection.setBaseAndExtent Focus and anchor are different concepts from base and extent. While the former always coincide with start

Re: [selection] Selection.setBaseAndExtent

2014-08-06 Thread Tim Down
-created range. *From:* Ben Peters *Sent:* Tuesday, May 20, 2014 11:37 AM *To:* Ben Peters; Ryosuke Niwa; public-webapps@w3.org *Subject:* RE: [selection] Selection.setBaseAndExtent I have filed a bug to track this issue [1]. Ben [1] https://www.w3.org/Bugs/Public/show_bug.cgi?id

Re: [selection] Selection.setBaseAndExtent

2014-08-06 Thread Ryosuke Niwa
, extentOffset), and set the context object's range to the newly-created range. From: Ben Peters Sent: Tuesday, May 20, 2014 11:37 AM To: Ben Peters; Ryosuke Niwa; public-webapps@w3.org Subject: RE: [selection] Selection.setBaseAndExtent I have filed a bug to track this issue [1

RE: [selection] Selection.setBaseAndExtent

2014-08-06 Thread Ben Peters
: [selection] Selection.setBaseAndExtent Focus and anchor are different concepts from base and extent. While the former always coincide with start and end, base and extent may be different from those two. In particular, when a user selects text by double clicking on a word, base and extent

Re: [selection] Selection.setBaseAndExtent

2014-08-06 Thread Julie Parent
] *Sent:* Wednesday, August 6, 2014 12:43 PM *To:* James M. Greene *Cc:* Ben Peters; public-webapps *Subject:* Re: [selection] Selection.setBaseAndExtent Focus and anchor are different concepts from base and extent. While the former always coincide with start and end, base and extent may

RE: [selection] Selection.setBaseAndExtent

2014-08-06 Thread Ben Peters
Peters Cc: Ryosuke Niwa; James M. Greene; public-webapps Subject: Re: [selection] Selection.setBaseAndExtent For what its worth, we plan to remove base and extent from Blink/Chromium (https://code.google.com/p/chromium/issues/detail?id=230267). We've found that developers do not understand

RE: [selection] Selection.setBaseAndExtent

2014-08-05 Thread Ben Peters
To: Ben Peters; Ryosuke Niwa; public-webapps@w3.org Subject: RE: [selection] Selection.setBaseAndExtent I have filed a bug to track this issue [1]. Ben [1] https://www.w3.org/Bugs/Public/show_bug.cgi?id=25831 From: Ben Peters [mailto:ben.pet...@microsoft.com] Sent: Monday, May 5, 2014 11:28 PM

RE: [selection] Selection.setBaseAndExtent

2014-08-05 Thread James M. Greene
:* RE: [selection] Selection.setBaseAndExtent I have filed a bug to track this issue [1]. Ben [1] https://www.w3.org/Bugs/Public/show_bug.cgi?id=25831 *From:* Ben Peters [mailto:ben.pet...@microsoft.com ben.pet...@microsoft.com] *Sent:* Monday, May 5, 2014 11:28 PM *To:* Ryosuke

RE: [selection] Selection.setBaseAndExtent

2014-08-05 Thread Ben Peters
?This API is already used on the web so we should probably keep it as-is. From: James M. Greene james.m.gre...@gmail.com Sent: Tuesday, August 5, 2014 4:58 PM To: Ben Peters Cc: Ryosuke Niwa; public-webapps Subject: RE: [selection] Selection.setBaseAndExtent

Re: [selection] Selection.setBaseAndExtent

2014-05-31 Thread Ryosuke Niwa
Thanks! - R. Niwa On May 20, 2014, at 11:36 AM, Ben Peters ben.pet...@microsoft.com wrote: I have filed a bug to track this issue [1]. Ben [1] https://www.w3.org/Bugs/Public/show_bug.cgi?id=25831 From: Ben Peters [mailto:ben.pet...@microsoft.com] Sent: Monday, May 5, 2014

RE: [selection] Selection.setBaseAndExtent

2014-05-20 Thread Ben Peters
I have filed a bug to track this issue [1]. Ben [1] https://www.w3.org/Bugs/Public/show_bug.cgi?id=25831 From: Ben Peters [mailto:ben.pet...@microsoft.com] Sent: Monday, May 5, 2014 11:28 PM To: Ryosuke Niwa; public-webapps@w3.org Subject: [selection] Selection.setBaseAndExtent I noticed that