Opened 12 years ago
Closed 12 years ago
#7719 closed defect (fixed)
Editor: sized too small (safari)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Editor | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | Picture 2.png added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from liucougar to Douglas Hays |
---|
comment:2 Changed 12 years ago by
Owner: | changed from Douglas Hays to liucougar |
---|
#4070 appears to have been remerged. It probably needs a 2nd opinion from liucougar
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | changed from liucougar to bill |
Status: | new → assigned |
Problem is with height measurement on the iframe. It should be 100% and is initially getting set to 100% but then later gets set to a value like 300px.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [15331]) Fix Editor sizing issues (fixes #7718, #7719):
- When in layout mode the iframe needs style of height=100%. This was getting set correctly initially but then was being overwritten by code that didn't realize the editor was in "layout mode" (i.e., that layout() and resize() had been called to size the editor).
- User code shouldn't specify overflow: auto on Editor widget. Although there's an internal scrollbar in the iframe, the Editor itself doesn't have a scroll bar (as that scroll bar would include both the toolbar and the content window, which isn't what we want).
!strict
Note: See
TracTickets for help on using
tickets.
scrollbar doesn't extend all the way down, look at bottom right of blue area