#3651: Setting height of editor is broken in IE8 Standards Mode
----------------------+-----------------------------------------------------
  Reporter:  aconex   |       Owner:                 
      Type:  Bug      |      Status:  closed         
  Priority:  Normal   |   Milestone:  FCKeditor 2.6.5
 Component:  General  |     Version:                 
Resolution:  invalid  |    Keywords:                 
----------------------+-----------------------------------------------------
Changes (by martinkou):

  * keywords:  Confirmed IE8 =>
  * status:  new => closed
  * resolution:  => invalid


Comment:

 Wait.. the issue actually doesn't happen for normal users, here's why:

 In a page with FCKeditor, there're at least 2 iframes.
  1. The iframe containing the editor UI
  2. Inside the iframe from point 1, the editing area itself.

 What you're concerning is the 100% height inside the editor UI iframe. But
 the contents of that iframe is supposedly always rendered in quirks mode
 because the contents in that iframe is completely controlled by FCKeditor.

 Forcing IE8 to standards mode via the developer toolbar forces IE8 to
 render even FCKeditor's iframes in standards mode. But that's not possible
 for non-developer usage. The closest case you can get is just writing the
 containing HTML page to be rendered in standards mode (e.g. by adding the
 <!doctype html> tag) - but that's perfectly supported at the moment.

 So this isn't really a bug, because we can't be expected to support the
 kinds of dynamic changes that you can do only with the developer tool.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3651#comment:6>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to