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

Fix app map messages on mobile #4712

Merged
merged 1 commit into from Mar 5, 2019

Conversation

adube
Copy link
Contributor

@adube adube commented Mar 5, 2019

The container of the messages in the mobile apps were partially rendered on top of the measure tools, which resulted in some of the buttons not working. To fix this, the container is moved up in this patch.

I've noticed an other issue while working on that. There was an extra message being shown, a link saying that "you're in the mobile version, go in the desktop version" which was hidden using opacity to 0. That means that you were able to click on the link even if you couldn't see it and end up in an other page. I think this could be considered as a bug. Also, it left a big empty gap as well.

Instead of the opacity, I made it invisible using display:none only if it should be hidden.

@adube adube requested a review from sbrunner March 5, 2019 14:18
@adube adube merged commit 5ae5eec into camptocamp:master Mar 5, 2019
@adube adube deleted the 810-fix-disclaimers-on-mobile-apps branch March 5, 2019 17:03
@sbrunner sbrunner added this to the 2.4 milestone Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants