Skip to content
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

beforeEventResizeFinalize not reverting event UI to the previous state #8192

Closed
ghulamghousdev opened this issue Jan 5, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@ghulamghousdev
Copy link
Member

ghulamghousdev commented Jan 5, 2024

Forum post

Hi Team.
I have attached a listener "beforeEventResizeFinalize" which prevents event resizing when I specify context.finalize(false).

But this is not working - it is still allowing the events to be resized.

      beforeEventResizeFinalize: (resizeContext: any) => {
        resizeContext.context.finalize(false);
        }
        

Please use this demo to repro the issue (it works fine when EventBuffer feature is disabled):

basic.zip

Screen.Recording.2024-01-05.at.5.11.26.PM.mov
@ghulamghousdev ghulamghousdev added bug Something isn't working forum Issues from forum large-account Reported by large customer labels Jan 5, 2024
@matsbryntse matsbryntse self-assigned this Jan 5, 2024
@matsbryntse matsbryntse added the ready for review Issue is fixed, the pull request is being reviewed label Jan 5, 2024
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Jan 6, 2024
@isglass isglass added this to the 5.6.5 milestone Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants