-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing name global
when scrolling ckeditor - header does not stick
#14801
Labels
pending:feedback
This issue is blocked by necessary feedback.
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
type:regression
This issue reports a bug that was not present in the previous releases.
Milestone
Comments
FreexD
changed the title
Missing name
Missing name Aug 16, 2023
global
when new ckeditor.global
when scrolling ckeditor - header does not stick
CKEditorBot
added
the
status:planned
Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon.
label
Aug 17, 2023
Thanks for reporting! cc @filipsobol |
We noticed it doesn't work in the Vite setup (ckeditor/vite-plugin-ckeditor5#17). @FreexD could you share the details about your setup? |
Witoso
added
pending:feedback
This issue is blocked by necessary feedback.
type:regression
This issue reports a bug that was not present in the previous releases.
labels
Aug 17, 2023
@Witoso I was testing on a Vite setup as well. |
This issue will be fixed by PR #14808. |
CKEditorBot
added
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
and removed
status:planned
Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon.
labels
Aug 17, 2023
This was referenced Aug 21, 2023
filipsobol
added a commit
that referenced
this issue
Aug 25, 2023
Fix: Don't rely on `global` object available only in Node. Fixes ckeditor/vite-plugin-ckeditor5#17 and #14801. Internal: Load only specified typings for TypeScript. Closes #14173.
CKEditorBot
removed
the
status:in-progress
Set automatically when an issue lands in the "In progress" column. We are working on it.
label
Aug 25, 2023
The fix for this issue has been merged (PR #14808) and will be available in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pending:feedback
This issue is blocked by necessary feedback.
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
type:regression
This issue reports a bug that was not present in the previous releases.
π Provide detailed reproduction steps (if any)
βοΈ Expected result
The header sticks properly and no error is in the console.
β Actual result
The header does not stick and it errors in the console - missing name
global
.β Possible solution
Missin global import
import global from './global';
in https://github.com/ckeditor/ckeditor5/blob/master/packages/ckeditor5-utils/src/dom/getelementsintersectionrect.ts .π Other details
If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: