When both of pagination arrow buttons are in disabled state - the dividing line between them is missing.
Compare with the other states - when only one button is in disabled state and when both buttons are active:
| Etonkovidova | |
| May 30 2016, 6:18 PM |
| F4099750: Screen Shot 2016-06-01 at 9.44.32 AM.png | |
| Jun 1 2016, 4:47 PM |
| F4079525: Screen Shot 2016-05-30 at 11.01.32 AM.png | |
| May 30 2016, 6:18 PM |
| F4079531: Screen Shot 2016-05-30 at 11.08.07 AM.png | |
| May 30 2016, 6:18 PM |
| F4079528: Screen Shot 2016-05-30 at 11.07.50 AM.png | |
| May 30 2016, 6:18 PM |
| F4079533: Screen Shot 2016-05-30 at 11.08.27 AM.png | |
| May 30 2016, 6:18 PM |
When both of pagination arrow buttons are in disabled state - the dividing line between them is missing.
Compare with the other states - when only one button is in disabled state and when both buttons are active:
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| MediaWiki theme: Adjacent disabled ButtonGroup/SelectWidget buttons border | VolkerE | oojs/ui | master | +12 -6 |
This is definitely interesting for UI-Standardization (and @Volker_E)
For the Specific case of the notification Page, the idea was to hide those controls when there is just one page to show, which also result in never showing both controls disabled at the same time.
More details in T136574: Hide pagination controls from the Notification Page when there is only one page
Change 291823 had a related patch set uploaded (by VolkerE):
MediaWiki theme: Adjacent disabled ButtonGroup/SelectWidget buttons border
The patch set is a quick fix, adding a white border when two disabled buttons in a ButtonGroupWidget/ButtonSelectWidget are adjacent.
@Pginer-WMF M101 is currently speaking a different language (not-implemented) when it comes to disabled elements, featuring non-filled backgrounds and just disabled text color. I see advantages in that approach, we should take this on our list of topics for the offsite.
Change 291823 merged by jenkins-bot:
MediaWiki theme: Adjacent disabled ButtonGroup/SelectWidget buttons border
Checked in betalabs
@Etonkovidova I'm not sure that I understand your last comment. Pagination not displayed should be in no connection to the above merged patch set.
Please clarify what you mean by your second sentence…
@Volker_E - the different functionality was added for pagination - a user with less than 50 notifications won't see the button widget anymore.