Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#22379 closed enhancement (worksforme)

inconsistent browser results when changing 'posts or pages page screen options # of posts over 999

Reported by: adamsilverstein's profile adamsilverstein Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.4.2
Component: Administration Keywords:
Focuses: ui Cc:

Description

when trying to change the number of posts in the lists view using 'Screen Options', if i change the number to 1000 in Chrome (mac, current and beta versions tested), i see an error message popup thats cut off, scrolling down quickly i see the message reads "Value must be less than or equal to 999." (screen shots attached)

testing in firefox and ie, i see i am unable to add more than three digits, i guess thats ok, but its unclear why i can't type 1000 - no user feedback is given.

testing in safari (latest version), i type in 1000, get no error, click apply, no error message, but the actual number is not changed when hitting apply. typing in 9999 i get the same results.

suggestion: show an error or warning in all browsers when trying to enter a number over 999; correct issue with chrome/dialog cropped

Attachments (2)

Screen Shot 2012-11-07 at 9.17.19 AM.jpg (17.6 KB) - added by adamsilverstein 11 years ago.
shows cropped warning dialog when i click apply with 1000 in the no. of posts field
Screen Shot 2012-11-07 at 9.18.29 AM.jpg (19.4 KB) - added by adamsilverstein 11 years ago.
scrolling down quickly i can see the cropped dialog window

Download all attachments as: .zip

Change History (8)

@adamsilverstein
11 years ago

shows cropped warning dialog when i click apply with 1000 in the no. of posts field

@adamsilverstein
11 years ago

scrolling down quickly i can see the cropped dialog window

#1 @ocean90
11 years ago

The tooltips are fixed in #21904.

#2 @nacin
11 years ago

I think #21904 is sufficient to resolve this as fixed. It is probably best to continue to leave this to the individual browsers for now.

#3 @adamsilverstein
11 years ago

ok - it looks like 21904 corrects the tooltip issue for chrome. thanks.

in safari though, i'm still getting this behavior: i type in 1000, and hit apply. no error or warning, it just doesn't work. that seems broken.

#4 @ocean90
11 years ago

It depends on the browser if it a) supports the HTML5 number input type and b) does input validation. Chromes does both, Safari only a).

Some examples: http://www.the-art-of-web.com/html/html5-form-validation/

#5 @adamsilverstein
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#6 @SergeyBiryukov
11 years ago

  • Component changed from General to Administration
  • Keywords ui-focus added; ui-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution changed from fixed to worksforme
Note: See TracTickets for help on using tickets.