Skip to content

User Feedback widget does not re-activate scrolling after submission #12496

Closed
@porenes

Description

@porenes

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

8.9.2

Framework Version

NextJs 14

Link to Sentry event

No response

SDK Setup


  integrations: [
    Sentry.replayIntegration({
      // Additional Replay configuration goes in here, for example:
      maskAllText: true,
      blockAllMedia: true,
    }),
    Sentry.feedbackIntegration({
      // Additional SDK configuration goes in here, for example:
      colorScheme: 'system',
      triggerLabel: 'Feedback',
      submitButtonLabel: 'Send your feedback',
      showName: false,
      showEmail: false,
      messagePlaceholder: 'What could be improved?',
      formTitle: 'Make F4R better !',
      showBranding: false,
    }),
  ],

Steps to Reproduce

1-go on a page that has scrolling
2-report a feedback on said page - at that time scrolling is disabled to preserve sentry feedback widget
3-submit feedback

Expected Result

The page is scrollable again

Actual Result

the page is not scrollable.
It does not reproduce if you cancel your feedback

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions