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

Strange CSS for sidebar field captions #700

Closed
johannahoerrmann opened this issue Jul 1, 2011 · 6 comments
Closed

Strange CSS for sidebar field captions #700

johannahoerrmann opened this issue Jul 1, 2011 · 6 comments
Assignees
Milestone

Comments

@johannahoerrmann
Copy link

When hovering over captions of fields in the sidebar, a question mark is shown (cursor: help). Why?

@brendo
Copy link
Member

brendo commented Jul 1, 2011

I believe this was changed in 2.2 because a max-width setting was introduced. Hovering over the caption text then made the whole caption appear. I think the help cursor is just because captions are usually associated with some helpful information about the field.

I'm sure @eKoEs or @nilshoerrmann can clarify though :)

@nilshoerrmann
Copy link
Contributor

@nilshoerrmann was asked before posting.
@nilshoerrmann said he doesn't know why.
@nilshoerrmann is used as Symphony encyclopedia in this office.

:)

@simoneeconomo
Copy link
Contributor

I believe this was changed in 2.2 because a max-width setting was introduced.

Yep

Hovering over the caption text then made the whole caption appear.

Yep

I think the help cursor is just because captions are usually associated with some helpful information about the field.

Yep!

The only problem is that the question mark is shown even when the respective caption isn't truncated by default, which might be confusing.

@ghost ghost assigned simoneeconomo Oct 6, 2011
@simoneeconomo
Copy link
Contributor

Do we still consider this as an issue? An idea to remove the question mark might be to write a few JS lines that check if the given caption width is below the max-width value. In that case, we remove the question mark by adding an extra CSS class.

@nilshoerrmann
Copy link
Contributor

Couldn't we just remove cursor: help;. I only see it when hovering over the caption and then the full content will be shown immediately (there is no additional action required and nothing additional will be shown – like a pop over or something similar).

@simoneeconomo
Copy link
Contributor

Yeah we can remove it, it's not that useful after all.

simoneeconomo added a commit to simoneeconomo/symphony-2 that referenced this issue Oct 10, 2011
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

4 participants