Screen goes dim when cancelling message

Steps to repro:

Tap on the hamburger:

  • Go to Users
  • Click one profile
  • Try to open the message icon
  • Do not send the message, just press cancel
  • The screen will goes dim and you should either refresh or reopen the community to navigate again.

Using my iPhone 7 plus.

1 Like

Is this happening on meta?

Yes. It also happens in other forums. I can record it if that helps.

Please. I can’t repro off that for some reason. Unless it is a Apple only issue as I am on android.

In the video, once the screen goes dim, I try to press my profile, or the discourse logo, but nothing happens.


Im digging this currently, I think this is related to .card-cloak not being hidden in this case for some unknown reason, ATM.

My best guess is that something recently made https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/app/mixins/card-contents-base.js#L79 not working.

If I call this._hide() manually from close in user card component, it will correctly work.

7 Likes

Ok this should get fixed by:

https://github.com/discourse/discourse/commit/4eed86919eae50216e6faafa18ae0bb626ffe92a

Thanks for report :+1:

7 Likes