Opened 16 years ago
Closed 12 years ago
#4187 closed Bug (wontfix)
[IE6] Find a better solution for horizontal document scroll
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | IE Discussion | Cc: |
Description (last modified by )
#3658 has been using the same hack from v2 to eliminate horizontal document scroll with xhtml doctype by forcing the vertical scrollbar, which is obtrusive for a document need no scrolling at all, a better solution should be found.
Change History (4)
comment:1 Changed 16 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | IE added |
comment:2 Changed 16 years ago by
| Keywords: | Discussion added; Confirmed removed |
|---|---|
| Milestone: | CKEditor 3.1 → CKEditor 3.x |

A possible solution is shrinking the body a bit by setting:
body { width : 98%; }