No Code Attached Yet
avatar jzeevi
jzeevi
6 Sep 2022

Steps to reproduce the issue

Create an integer field with a start value of 100000 and an end value to 900000 and increment of 1.
select a user to edit this field

Expected result

Can edit/enter a number in the field

Actual result

Selecting the user turns the webpage to white.

System information (as much as possible)

Joomla 4.2.2
Integer fields with max less than 1000 seem to work acceptably.
Other large numbers for start/stop seems to either turn the returned page to red (error indication) or white (no response at all)

Additional comments

avatar jzeevi jzeevi - open - 6 Sep 2022
avatar jzeevi jzeevi - change - 6 Sep 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 6 Sep 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Sep 2022
avatar jzeevi
jzeevi - comment - 6 Sep 2022

I'm happy to try things to help debug this.


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

avatar brianteeman
brianteeman - comment - 6 Sep 2022

Expected behaviour. Integer field provides a drop down list of integers between a minimum and maximum. So not surprising the page ran out of memory.

You want a number field
https://docs.joomla.org/Number_form_field_type

avatar jzeevi
jzeevi - comment - 6 Sep 2022

Ah! How do I create a number field from the Users->Fields->New form? There doesn't seem to be a number type there.

avatar jzeevi
jzeevi - comment - 6 Sep 2022

BTW - thanks for the explanation - yes, I can see why it didn't work. Not sure how to create a number field, though.

avatar jzeevi jzeevi - change - 6 Sep 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-09-06 19:06:05
Closed_By jzeevi
avatar jzeevi jzeevi - close - 6 Sep 2022
avatar jzeevi
jzeevi - comment - 6 Sep 2022

And, A lot of searching turned up that you need to select a text field and assign is to get filtered as an integer. Thanks for the hint.

avatar brianteeman
brianteeman - comment - 6 Sep 2022

sorry beat me to it - glad you found the answer

Add a Comment

Login with GitHub to post a comment