Opened 17 years ago
Last modified 17 years ago
#3506 closed Bug
Combo panels do not align in FF — at Version 3
| Reported by: | Damian | Owned by: | Tobiasz Cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | IBM Confirmed Review+ | Cc: |
Description (last modified by )
When selecting any of the Styles/Format/Font/Size combos, the panel is misplaced. It is slightly different for FF2 and FF3.
Reproduced on nightly build.
Change History (5)
Changed 17 years ago by
| Attachment: | alignmentProblem.png added |
|---|
comment:1 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Status: | new → assigned |
comment:2 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|---|
| Owner: | set to Tobiasz Cudnik |
comment:3 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Keywords: | Review? added |

FF doesn't stretch containers for floated contents if containers are empty (besides containing floated elements). This patch seems to fix it using only css, simply floating also containers. Althought this cant be applied for other browsers.