Project

General

Profile

Actions

Bug #2851

closed

paging fails if limitbox is disabled as the JS needs the input

Bug #2851: paging fails if limitbox is disabled as the JS needs the input

Added by krileon about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
30 September 2011
Due date:
% Done:

100%

Estimated time:

Description

When limitbox is disabled the paging will fail because it needs the input as part of the submit. So a hidden input still must be rendered to ensure it continues to function even if limitbox was disabled.

Updated by krileon about 14 years ago Actions #1

  • Subject changed from paging fails if limitbox is disabled as the JS needs to input to paging fails if limitbox is disabled as the JS needs the input

Updated by krileon about 14 years ago Actions #2

Fix is to remove the if/else statement on executing the function or not, but instead using the following.

getLimitBox( false )

The above would render only the hidden input, IF statement would tell it true or false.

Updated by beat about 14 years ago Actions #3

Actually:

- you should not display the paging at all in front-end if there is only 1 page. Just clutters the display.
- reply comments should not have searchboxes, as it's confusing to have 2 searchboxes for 1 thread.

Updated by krileon about 14 years ago Actions #4

- you should not display the paging at all in front-end if there is only 1 page. Just clutters the display.

Agreed, reviewing for implementation.

- reply comments should not have searchboxes, as it's confusing to have 2 searchboxes for 1 thread.

Don't agree, should be up to the admin as searchbox for replies can be disabled on an install by install basis through GJ configuration.

Updated by krileon about 14 years ago Actions #5

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Updated by krileon almost 14 years ago Actions #6

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom