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

Send user to lobby of deleted chan when parting from active chan #489

Merged
merged 1 commit into from Jul 15, 2016

Conversation

astorije
Copy link
Member

@astorije astorije commented Jul 11, 2016

Closes #485.

Instead of always sending them back to the very first lobby on the app.

This fixes a bug introduced in recent layout change (#465) but does not bring previous behavior back: when closing active channel, user gets sent to lobby instead of previously visited channel.

Many ways (at least three) of bringing this back were discussed on the channel but: 1) fixing the bug to an acceptable state is priority, 2) usage might show it's not necessary. Trying this at first keeps the code simple, we'll see if necessary later.

I have done some quick tests but encourage the reviewer(s) to do some more :-)

@astorije astorije added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. priority labels Jul 11, 2016
@astorije astorije added this to the 2.0.0 milestone Jul 11, 2016
Instead of always sending them back to the very first lobby on the app.
This fixes a bug introduced in recent layout change but does not bring previous behavior back:
When closing active channel, user gets sent to lobby instead of previously visited channel.
@maxpoulin64
Copy link
Member

Looks good to me, merging. Will open a new PR with my fix to bring back the history/ordering.

@maxpoulin64 maxpoulin64 merged commit ebab910 into master Jul 15, 2016
@maxpoulin64 maxpoulin64 deleted the astorije/fix-parting branch July 15, 2016 03:00
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
Send user to lobby of deleted chan when parting from active chan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove client-side parting code relying on z-index
2 participants