Plugin mouseover tip offset wrong
- Status
- Open
- Subject
- Plugin mouseover tip offset wrong
- Version
- 12.x Regression
13.x Regression - Category
- Regression
- Feature
- Theme: Look & feel, Styles, CSS, Theme Control Center
Wiki Plugin (extends basic syntax) - Resolution status
- New
- Submitted by
- pianoliv
- Lastmod by
- Marc Laporte
- Rating
- Description
From tiki 12 on (I think)
The plugin mouseover's tip has a too big offset in both vertical and horizontal position
Example can be seen on this page:
http://doc.tiki.org/PluginMouseover- Workaround
A dirty workaround can be changing the following line in lib/wiki-plugins/wikiplugin_mouseover.php:
.css('left', left + $offsetx).css('top', top + $offsety)
to
.css('left', left + $offsetx - 200).css('top', top + $offsety - 130)- Importance
- 6
- Easy to solve?
- 10 easy
- Priority
- 60
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 5404
- Created
- Tuesday 05 August, 2014 10:19:01 UTC
by pianoliv - LastModif
- Friday 08 August, 2014 15:49:41 UTC