? Success

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
4 May 2016

Pull Request for Issue #6557

Summary of Changes

Remove ... value from pagination as it makes no sense as reported by @spignataro

Testing Instructions

Set list limit to 5 on any view with many items and check the display of pagination at the bottom of the page. It should always have a value after the patch. Before the patch the middle value will always be ...

avatar brianteeman brianteeman - open - 4 May 2016
avatar brianteeman brianteeman - change - 4 May 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 4 May 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 4 May 2016
Category Templates (admin) UI/UX
avatar brianteeman
brianteeman - comment - 4 May 2016

No - active/current is highlited and has not been changed in this PR

On 4 May 2016 at 21:08, SharkyKZ notifications@github.com wrote:

If active/current page is meant to be in the center, line 121 needs to be
removed.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#10240 (comment)

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar SharkyKZ
SharkyKZ - comment - 4 May 2016

Sorry, removed my comment to test a bit more.

In that case line 121 should be deleted as it causes items to shift.

avatar brianteeman
brianteeman - comment - 4 May 2016

Maybe I dont understand what you mean - is this different to before?

avatar SharkyKZ
SharkyKZ - comment - 4 May 2016

See before and after patch:
untitled2

untitled

After patch, line 121 removed:
untitled3

avatar brianteeman
brianteeman - comment - 4 May 2016

Other than only showing 5 not 10 and not showing the useless ... what is your point
maybe i am being thick i just dont get what you are saying

avatar SharkyKZ
SharkyKZ - comment - 4 May 2016

Added screenshots.

avatar brianteeman
brianteeman - comment - 4 May 2016

I saw them but i still dont understand

avatar SharkyKZ
SharkyKZ - comment - 4 May 2016

Patch causes an undesired effect. All items before 9 (the former ...) are removed, active item is no longer centered. This is because of a leftover statement on line 121.

avatar brianteeman
brianteeman - comment - 4 May 2016

Active item was NOT centered before
On 4 May 2016 9:32 pm, "SharkyKZ" notifications@github.com wrote:

Patch causes an undesired effect. All items before 9 (the former ...) are
removed, active item is no longer centered. This is because of a leftover
statement on line 121.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#10240 (comment)

avatar BurtNL
BurtNL - comment - 5 May 2016

I applied the patch and gave it a test. It works, but without line 121 (as mentioned by @SharkyKZ) it is working much better.
In that case the active item stays 'centered' (when possible) or better: the active item stays in the same position, which is more convenient.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10240.

avatar brianteeman
brianteeman - comment - 5 May 2016

I will take another look to see if I "get it" now

avatar brianteeman
brianteeman - comment - 5 May 2016

Having looked at it with line 121 removed I see what you mean and I dont
like it for the following reason
Before this alteration
You click on 9 and 9 is highlited and your cursor is still over the 9
After this alteration
You click on 9 and 9 is highlited and your cursor is now over the 10 and
the 9 has shifted one to the left

On 5 May 2016 at 11:42, Brian Teeman brian@teeman.net wrote:

I will take another look to see if I "get it" now

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar SharkyKZ
SharkyKZ - comment - 5 May 2016

That is the intended behavior. This patch is only meant to change ... back to a number, right?

Before
Before patch
After
After pathc
Line 121 removed
After patch, line 121 removed

avatar brianteeman brianteeman - change - 5 May 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-05-05 11:27:11
Closed_By brianteeman
avatar brianteeman brianteeman - close - 5 May 2016
avatar brianteeman brianteeman - close - 5 May 2016
avatar brianteeman
brianteeman - comment - 5 May 2016

Closed - cant be bothered


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10240.

avatar brianteeman brianteeman - reopen - 7 May 2016
avatar brianteeman brianteeman - change - 7 May 2016
Status Closed Pending
Closed_Date 2016-05-05 11:27:10
Closed_By brianteeman
avatar brianteeman brianteeman - reopen - 7 May 2016
avatar zero-24
zero-24 - comment - 8 May 2016

I have just send you a pull request to remove that if line: brianteeman#22

avatar brianteeman
brianteeman - comment - 8 May 2016

Thanks!! I had enough coffee now and understand what has been said

avatar zero-24 zero-24 - test_item - 8 May 2016 - Tested successfully
avatar zero-24
zero-24 - comment - 8 May 2016

I have tested this item :white_check_mark: successfully on 273898e

Works thanks


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10240.

avatar zero-24 zero-24 - alter_testresult - 8 May 2016 - SharkyKZ: Tested successfully
avatar zero-24
zero-24 - comment - 8 May 2016

Im altering the test by @SharkyKZ as he just tested without the line 122 successfully.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10240.

avatar zero-24 zero-24 - change - 8 May 2016
Status Pending Ready to Commit
avatar zero-24
zero-24 - comment - 8 May 2016

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10240.

avatar joomla-cms-bot joomla-cms-bot - change - 8 May 2016
Labels Added: ?
avatar BurtNL BurtNL - test_item - 8 May 2016 - Tested successfully
avatar BurtNL
BurtNL - comment - 8 May 2016

I have tested this item :white_check_mark: successfully on 273898e

Tested successfully, thanks for reopening and solving.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10240.

avatar wilsonge wilsonge - close - 8 May 2016
avatar wilsonge wilsonge - merge - 8 May 2016
avatar joomla-cms-bot joomla-cms-bot - close - 8 May 2016
avatar wilsonge wilsonge - reference | 618c5c5 - 8 May 16
avatar wilsonge wilsonge - merge - 8 May 2016
avatar wilsonge wilsonge - close - 8 May 2016
avatar wilsonge wilsonge - change - 8 May 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-05-08 11:10:34
Closed_By wilsonge
avatar wilsonge wilsonge - change - 8 May 2016
Milestone Added:
avatar joomla-cms-bot joomla-cms-bot - change - 8 May 2016
Labels Removed: ?
avatar brianteeman brianteeman - head_ref_deleted - 8 May 2016

Add a Comment

Login with GitHub to post a comment