#3529: [IE] Wrong find matching in IE8 quirks
----------------------------+-----------------------------------------------
 Reporter:  tobiasz.cudnik  |       Owner:              
     Type:  Bug             |      Status:  new         
 Priority:  Normal          |   Milestone:  CKEditor 3.0
Component:  General         |     Version:              
 Keywords:  Confirmed IE    |  
----------------------------+-----------------------------------------------
 Wrong find matching in IE8 quirks.

 === TC ===
  1. Use following content:
 {{{
 <p>
         ^a foo a</p>
 <p>
         a foo a</p>
 <p>
         &nbsp;</p>

 }}}
  2. Open Find dialog
  3. Search for "foo"
 Result:
 {{{
 <p>
         a ^foo a^</p>
 <p>
         a foo a</p>
 <p>
         &nbsp;</p>

 }}}
 Expected result:
 {{{
 <p>
         a ^foo^ a</p>
 <p>
         a foo a</p>
 <p>
         &nbsp;</p>

 }}}
 Does not take place in IE8 strict.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3529>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to