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

Location marker popup text overflow problem #9

Open
mladenplavsic opened this issue Aug 16, 2017 · 3 comments
Open

Location marker popup text overflow problem #9

mladenplavsic opened this issue Aug 16, 2017 · 3 comments

Comments

@mladenplavsic
Copy link
Member

Popup which appears when you click the location marker has fixed height, so any overflow of text is not handled correctly. This is visible for popups that have 4 or more lines of text. Example: http://fruskac.net/en/map?f=locations:monasteries:161

@dziga
Copy link
Contributor

dziga commented Sep 29, 2017

Any preferred design solution in mind? Perhaps solving with a nice scrollbar? Or read more which would expand area on click (not sure how to deal with it on mobile)?

@mladenplavsic
Copy link
Member Author

Let's keep it simple. I would like to avoid any additional feature here, as description exists on linked page. How about making description area limited by min height and max height? cc @BeRGB

@dziga
Copy link
Contributor

dziga commented Oct 3, 2017

  • Solving with a fancy scrollbar would introduce cross-browser problems for sure (ie vs webkit vs gecko). I guess normal scroll bar is a design no-no.
  • min and max height would be a simple solution, but there still might be overflow

Perhaps, min and max height solution with 'read more' link in case of overflow? Where 'read more' link would lead to 'linked page'.

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

No branches or pull requests

2 participants