FLUID-2779: Cursor over current page number and disabled prev/next links in Pager(renderer version) should be an arrow, not the hand

Metadata

Source
FLUID-2779
Type
Bug
Priority
Minor
Status
Reopened
Resolution
N/A
Assignee
N/A
Reporter
y z
Created
2009-05-27T09:46:05.000-0400
Updated
2019-03-22T21:38:44.612-0400
Versions
  1. 1.1
  2. 1.1.1
  3. 1.2
  4. 1.3
  5. 1.3.1
  6. 1.4
  7. 1.5
  8. 2.0
Fixed Versions
N/A
Component
  1. Pager

Description

The cursor over the current page number, disabled previous and next page links on the Pager (renderer version) is a hand but should have a default "over text" cursor look (i.e. arrow)

Environments

FF3, OPERA9.6, IE6 - WINXP

Chrome 35, Firefox 30, Safari 7 (Mac OS 10.9)
IE 11 (Win 7)
Safari 10 (macOS 10.12)

Comments

  • sparsh paliwal commented 2016-03-02T15:16:20.290-0500

    Hi I am new to infusion. I guess to solve this bug we can simply use css cursor property when :active. But for the part prev/next links in Pager, from my basic understanding of infusion we need to make a event for previousNext subcomponent https://wiki.fluidproject.org/display/docs/Pager+API#PagerAPI-PreviousNextsubcomponent which would solve both the things for greying out(FLUID-3921) and putting the arrow, and not the hand in the prev/next link.

    I am sorry if this is a basic question I have tried reading tutorial for infusion and Event System and this is what I have understand, please help me get on right path if I am wrong.

  • Justin Obara commented 2016-03-03T08:40:08.420-0500

    @@sparsh paliwal I've updated the description to include a link to pager demo. The parent of the previous/next link gets a class "fl-pager-disabled" added to it when it should be disabled. The active page link gets a class of "fl-pager-currentPage" added to it. You should be able to make use of these classes to create the appropriate styles needed.

  • sparsh paliwal commented 2016-03-03T09:40:26.433-0500

    @Justin Thank you very much. I have sent PR for the fix of this issue and FUILD-3921.

    https://github.com/fluid-project/infusion/pull/674