Bug 838991 - web-admin/user-portal: remove double "cursor" definition from css (curser:hand, cursor:pointer)
Summary: web-admin/user-portal: remove double "cursor" definition from css (curser:han...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-webadmin
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 3.2
Assignee: Alexander Wels
QA Contact:
URL:
Whiteboard: ux
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-10 15:03 UTC by Einav Cohen
Modified: 2016-01-28 21:55 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-15 06:46:43 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Einav Cohen 2012-07-10 15:03:05 UTC
Description of problem:
There are several css definitions in the code in which the "cursor" definition appears twice - once with "hand" and once with "pointer".
- This is incorrect according to CSS specification
- The only reason to do this is to support very old IE versions (< 6)

Therefore, this double-definition should be removed from all places in the web-admin and user-portal code in which it appears.

Comment 1 Einav Cohen 2012-07-11 05:47:46 UTC
clarification: all occurrances of "cursor:hand; cursor:pointer" should be replaced by "cursor:pointer".

Comment 2 Itamar Heim 2013-01-09 21:25:55 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.

Comment 3 Einav Cohen 2013-01-09 22:13:31 UTC
should be a quick clean-up worth doing -> re-opening.

Comment 4 Alexander Wels 2013-01-10 18:15:49 UTC
Patch available here:
http://gerrit.ovirt.org/10888

Comment 5 Itamar Heim 2013-01-16 16:08:53 UTC
3.2 beta built, moving to ON_QA status to allow testing


Note You need to log in before you can comment on or make changes to this bug.