When the description of an option in the admin pages pops up on mouseover it often hides the option underneath and prohibits the user from accessing the input field or other parts of that option. There should be a better way of displaying the description or at least a way of turning the description-in-tooltip off.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen Shot 2013-05-15 at 9.36.00 AM.png | 56.42 KB | pixelsweatshop |
Comments
Comment #1
saltednutI am also experiencing this problem.
It would be great if there were additional theme settings to turn the 'description' portions of fields back to normal.
A checkbox on the theme configuration that says "Show field descriptions as tooltips" that is turned on by default would be fine.
Comment #2
pixelsweatshop commentedI agree. This is very obtrusive. Here is a screenshot where the help text actually displays over top of the actual content.
Comment #3
saltednutYeah... I had to set seven as the theme for views_ui because ember makes it almost unusable. No screenshots but I'll bump (troll) +1 etc...
Comment #4
pixelsweatshop commentedI needed a temp fix so in my subtheme I added the following to override.
Comment #5
pixelsweatshop commentedUpon further investigation, the approach of having the help text appear when hovering is awful for touch devices as well. Since, there is no "hover" state in touch, the help text inconsistently appears/disappears. I can see the benefit of simplifying the UI by moving the help text out, but it adds a whole other level of UXWTF by doing so. I would recommend scrapping this feature altogether.
Comment #6
tkoleary commented@brantwynn : If you have a patch that entirely removes this behavior I'll commit it. This is causing a lot of people problems.
Comment #7
saltednutI'll work on a patch this week.
Comment #8
tkoleary commented@brantwynn
Awesome, thx.
Comment #9
tkoleary commented@brantwynn Went ahead and patched it myself
Pushed to 7.x-1.x branch
Comment #10
tkoleary commentedComment #11
saltednutOh, word...Thanks tkoleary!