FLUID-1577: Mouse hover styling persists on file names

Metadata

Source
FLUID-1577
Type
Sub-issue
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Justin Obara
Created
2008-09-16T15:41:31.000-0400
Updated
2008-09-19T14:08:04.000-0400
Versions
  1. 0.5beta1
Fixed Versions
  1. 0.5
Component
  1. Uploader

Description

Mouse hover styling persists on file names

Steps to reproduce:

1) Open the uploader

2) Add some files to the file queue

3) Using the mouse, place the pointer over a file name. Move the pointer out of the file queue on the files names right side.

Notice that the mouse hover styling remains.

Repeating step 3 will allow you to place the mouse hover styling over all of the file names in the queue

Environments

FF3 (Mac OS 10.5, Win XP, Win Vista)

Attachments

Comments

  • Justin Obara commented 2008-09-16T15:45:13.000-0400

    'screenshot-1' shows all of the filenames having the mouse hover styling

  • Justin Obara commented 2008-09-16T15:46:17.000-0400

    'screenshot-2' shows 4 files names with the mouser hover styling and 3 without

  • Eli Cochran commented 2008-09-16T19:57:05.000-0400

    Probably the best fix for this bug is to let the browser do the highlight and not Fluid.

    Unfortunately this will mean that IE6 may have some problems.

    I haven't tested it yet because I don't have access to IE6 at the moment.

    I've tested it on IE7, FF3 and Safari 3

  • Eli Cochran commented 2008-09-17T18:38:30.000-0400

    Changed it so that CSS handles the hover except in IE6 where hover on row isn't supported, so IE6 uses the old code fix. However it doesn't seem to exhibit the same rollover problem

  • Justin Obara commented 2008-09-18T09:20:36.000-0400

    Verified fix using:

    FF3 (Mac OS 10.5, Win Vista)

  • Eli Cochran commented 2008-09-18T14:19:38.000-0400

    Fixed in Uploader2, but need to flow code into Uploader1

  • Eli Cochran commented 2008-09-19T11:59:20.000-0400

    Fixes from Uploader2 applied to Uploader1 for 0.5 release

  • Justin Obara commented 2008-09-19T14:08:04.000-0400

    Verified fix using:

    FF3 (Mac OS 10.5, Win XP, Win Vista)