- Issue created by @amietpatial
As CKEditor (4) module is no longer in core, I assume this bug is for the current module.
- Status changed to Needs review
11 months ago 6:03am 4 January 2024 - 🇮🇳India ehsann_95
The toolbar is working as expected. I was not able to reproduce the issue. The CKEditor toolbar is sticky only when in focus and is positioned correctly below the admin toolbar.
- Assigned to divya.sejekan
- Issue was unassigned.
- Status changed to Needs work
11 months ago 6:56am 4 January 2024 - 🇮🇳India divya.sejekan
Issue is reproducible. The Ckeditor Tool bar Overlaps the admin menu
Steps to reproduce
1. Go to any node create/edit page
2. Switch to Full HTML format in ckeditor
3. Click on any component i.e paragraph or styles to make toolbar active .. Open dropdown and scroll
4. Scroll down until the CKEditor toolbar reaches the top of the page. - 🇮🇳India djsagar
This issue replicated on macbook as well,
chrome
safari
firefox
- 🇮🇳India djsagar
Changing z-index will work on this.
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
z-index: 1;
} Verified that, the issue is reproducible. The Ckeditor Tool bar is Overlapping the admin menu
Steps to reproduce
1. Go to any node create/edit page
2. Switch to Full HTML format in ckeditor
3. Click on any component i.e paragraph or styles to make toolbar active .. Open dropdown and scroll or select anything in dropdown
4. Scroll down until the CKEditor toolbar reaches the top of the page.- Status changed to Needs review
10 months ago 5:15am 8 January 2024 - Assigned to divya.sejekan
- 🇮🇳India __i.am.prashant__
I tried MR !6034 but it still show the same issue. the issue is not only comes with Full HTML but also Basic html.
Please see below attachments that how looks ckeditor toolbar after apply MR. - Issue was unassigned.
- Status changed to Needs work
10 months ago 7:35am 8 January 2024 - 🇮🇳India divya.sejekan
The issue is still reproducible if the dropdown is kept open and scrolled.
The issue is resolved if the dropdown is closed and the toolbar is active
Steps to reproduce
1. Go to any node to create/edit the page
2. Switch to Full HTML format in CKEditor
3. Click on any component i.e paragraph or styles, keep the dropdown open and scroll
4. Scroll down until the CKEditor toolbar reaches the top of the page. - Status changed to Needs review
10 months ago 5:09am 9 January 2024 - Status changed to RTBC
10 months ago 7:53am 9 January 2024 - 🇮🇳India divya.sejekan
All ToolBar Overlapping issues resolved. Verified for Full HTML Editor with open and closed dropdown state. Also verified for Basic HTML editor.
Moving Issue to RTBC ++
Testing Steps :
1. Go to any node to create/edit the page
2. Switch to Full HTML format in CKEditor
3. Click on any component i.e paragraph or styles, keep the dropdown open and scroll
4. Scroll down until the CKEditor toolbar reaches the top of the page. - Status changed to Needs work
9 months ago 10:35am 23 February 2024 - 🇫🇷France nod_ Lille
Why is it that only the ckeditor dll is changed? there is nothing I can review here.
Please post the steps you took to make the change as I can't review an already built file that comes from a third party.