Bug 174637 - window. getSelection native code
Summary: window. getSelection native code
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: testcase
: 81168 118918 185387 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-08 17:59 UTC by lunter
Modified: 2009-07-13 18:10 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
getSelection test (105 bytes, text/html)
2008-11-08 18:00 UTC, lunter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lunter 2008-11-08 17:59:28 UTC
Version:           4.1.3 (using KDE 4.1.2)
OS:                MS Windows
Installed from:    MS Windows

window.getSelection native code - very useful and supported by Firefox, Opera, Safari, Chrome
Comment 1 lunter 2008-11-08 18:00:50 UTC
Created attachment 28417 [details]
getSelection test
Comment 2 Maksim Orlovich 2009-05-05 16:54:55 UTC
*** Bug 81168 has been marked as a duplicate of this bug. ***
Comment 3 Maksim Orlovich 2009-05-05 16:55:02 UTC
*** Bug 118918 has been marked as a duplicate of this bug. ***
Comment 4 Maksim Orlovich 2009-06-28 23:09:11 UTC
SVN commit 988853 by orlovich:

Basic support for getSelection... This is needed by facebook (and is also used heavily by tinyMCE, but 
that needs a few more fixes).

Also, add StyleSheet pseudoctor. That and the above address some bug report, but I can't find its number.

Will backport once I fully stabilize this..

BUG: 174637


 M  +1 -2      dom/dom2_range.h  
 M  +3 -1      ecma/kjs_css.cpp  
 M  +1 -0      ecma/kjs_css.h  
 M  +226 -4    ecma/kjs_range.cpp  
 M  +26 -0     ecma/kjs_range.h  
 M  +9 -2      ecma/kjs_window.cpp  
 M  +5 -5      ecma/kjs_window.h  
 M  +4 -2      khtml_part.h  
 M  +2 -0      xml/dom2_rangeimpl.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=988853
Comment 5 lunter 2009-07-06 21:14:03 UTC
Still it does not work in 4.3 RC1 (Windows).
Comment 6 Maksim Orlovich 2009-07-06 22:52:20 UTC
It was done AFTER RC 1.
Comment 7 lunter 2009-07-09 00:11:45 UTC
*** Bug 185387 has been marked as a duplicate of this bug. ***
Comment 8 Maksim Orlovich 2009-07-13 18:10:14 UTC
SVN commit 995964 by orlovich:

Merged revision:r988853 | orlovich | 2009-06-28 17:09:04 -0400 (Sun, 28 Jun 2009) | 9 lines

Basic support for getSelection... This is needed by facebook (and is also used heavily by tinyMCE, but 
that needs a few more fixes).

Also, add StyleSheet pseudoctor. That and the above address some bug report, but I can't find its number.

Will backport once I fully stabilize this..

BUG: 174637

 M  +1 -2      dom/dom2_range.h  
 M  +3 -1      ecma/kjs_css.cpp  
 M  +1 -0      ecma/kjs_css.h  
 M  +226 -4    ecma/kjs_range.cpp  
 M  +26 -0     ecma/kjs_range.h  
 M  +9 -2      ecma/kjs_window.cpp  
 M  +5 -5      ecma/kjs_window.h  
 M  +4 -2      khtml_part.h  
 M  +2 -0      xml/dom2_rangeimpl.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=995964