Opened 11 years ago
Last modified 11 years ago
#11471 confirmed Bug
When toolbar position is fixed, dropdowns in toolbar aren't scrolling correctly
Reported by: | Ondrej Sevcik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Cc: |
Description
Hi, when you open SharedSpace demo
http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html
and you add those styles
style="position: fixed; top: 0px; left: 0px; right: 0px; bottom: auto; z-index: 10000; width: auto;"
to div with id "top" it will work well for editable areas in div, but for textareas it's broken. Dropdown is moving along with page scroll.
Change History (1)
comment:1 Changed 11 years ago by
Component: | UI : Toolbar → General |
---|---|
Keywords: | shared space fixed position removed |
Status: | new → confirmed |
Version: | 4.3.2 → 4.1 |
Problem can be reproduced from CKEditor 4.1 (when shared spaces plugin was introduced) in every browser.