View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000790 | v3.0 Release | [All Projects] General | public | 2011-05-02 18:42 | 2013-08-28 11:25 | ||||
Reporter | sasquatch58 | ||||||||
Assigned To | pedroa | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 3.0.0 | |||||||
Summary | 0000790: Flashing tooltips in Modules screen | ||||||||
Description | Refer to forum posting http://forums.web2project.net/viewtopic.php?t=3551&highlight= This is evident in the buttons used to change the order of the selected modules but users have reported this may occur in other areas. Visible under Firefox 4 & IE8. The forum posting includes screen movies. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|||||||
|
![]() |
|
caseydk (administrator) 2011-05-06 21:44 |
I can easily reproduce this one but can't figure out how to defeat it.. open to suggestions. |
robertbasic (developer) 2011-05-22 11:09 |
I found several fixes for this one, on FF4, not yet tested on others, but should work. The quickest and easiest fix would be to add "keepAlive: true" to the tipTip options in CAppUI.class.php, line 1143. It fixes the flashing, but, to make the tooltip disappear one needs to hover in and out of the tooltip. A second fix would be to set the edgeOffset option to 8, also in CAppUI.class.php, line 1143. This fixes the flashing, but, only on the System Configuration page and not on the Modules page, on the reordering icons. To make it work on that page too, all those "span" elements which are used to show the tooltip, need a "float: left;" styling, which I'm too scared to do because of IE and floats and whatnot. A third possible solution (possible because this works currently only in my brain, can't guarantee it'd work for real) would involve some hacking on the enter and exit functions of the tipTip plugin mixed up with some timeouts. I'll save this if none of the above 2 solutions gets accepted. |
caseydk (administrator) 2011-05-24 21:39 |
Pedro, any suggestions/ideas here? |
sasquatch58 (reporter) 2011-10-08 13:29 |
I can confirm that the problem is still present under V3.0-pre Rev 2117 but only in FF7.01. The problem is not present in IE8.0.6001. One thing observed. In FF the tool tip is present under the mouse for the move down functions (problem) and is to one side for the move up functions (no problem. In IE the tool tip is always to one side (not under) the mouse. I'm guessing that there may be an issue between the mouse position and the tool tip for this function in FF. W2P Server Ubuntu 8.04 LTS 64bit, php V5.3.2 , mysql V5.1.5 Client 1 - Windows XP Pro SP3 Client 2 - Windows 7 SP1 |
pedroa (administrator) 2011-10-09 13:08 |
Fixed straight on the plugin. Thanks robertbasic for the... tip :) File is /lib/jquery/jquery.tipTip.js Pedro A. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-05-02 18:42 | sasquatch58 | New Issue | |
2011-05-06 21:44 | caseydk | Note Added: 0001908 | |
2011-05-21 22:27 | caseydk | Project | v2.3 Release (Closed) => v2.4 Release (Closed) |
2011-05-22 11:09 | robertbasic | Note Added: 0001927 | |
2011-05-24 21:38 | caseydk | Status | new => assigned |
2011-05-24 21:38 | caseydk | Assigned To | => pedroa |
2011-05-24 21:39 | caseydk | Note Added: 0001939 | |
2011-05-30 21:44 | caseydk | Relationship added | related to 0000805 |
2011-08-07 15:46 | caseydk | Project | v2.4 Release (Closed) => Pending Requests |
2011-10-08 13:29 | sasquatch58 | Note Added: 0002251 | |
2011-10-09 13:08 | pedroa | Note Added: 0002252 | |
2011-10-09 13:08 | pedroa | Status | assigned => resolved |
2011-10-09 13:08 | pedroa | Resolution | open => fixed |
2012-04-24 22:08 | caseydk | Project | Pending Requests => v3.0 Release |
2013-08-28 11:14 | caseydk | Fixed in Version | => 3.0.0 |
2013-08-28 11:25 | caseydk | Status | resolved => closed |