diff CHANGES.txt @ 8314:7ff47307b4b1

issue2551398 - Browser number input Disable use of native browser number inputs. There are issues including use of comma decimal separators. More extensive remditaion/granularity is needed for this so disable but leave available for people to test with for now. Also moved the implentation of native date type from fixed area to feature area because of the issues with the native date popup and it defaulting to off. This means it's not a bugfix for the various bugs lodged against the roundup date picker component.
author John Rouillard <rouilj@ieee.org>
date Sun, 11 May 2025 17:59:32 -0400
parents ccbfe79e1e8c
children 9369e0958312
line wrap: on
line diff
--- a/CHANGES.txt	Sun May 11 17:50:44 2025 -0400
+++ b/CHANGES.txt	Sun May 11 17:59:32 2025 -0400
@@ -77,12 +77,6 @@
 - issue2551391, partial fix for issue1513369. input fields were
   not getting id's assigned. Fixed automatic id assignment to
   input fields. Thinko in the code. (John Rouillard)
-- issue2551390 - Replace text input/calendar popup with native
-  date input. Also add double-click and exit keyboard handlers to
-  allow copy/paste/editing the text version of the date. Configurable
-  via the use_browser_date_input setting in the [web] section of
-  config.ini. By default browser native dates are turned off.
-  (John Rouillard, Ralf Schlatterbeck)
 - issue1895197 - translated help texts in admin.py not displayed
   correctly. (Initial patch tobias-herp, John Rouillard)
 - issue2551238 - roundup-server should exit with error if -d
@@ -136,10 +130,19 @@
 - Added new templating utils.set_http_response(integer) method to
   allow reporting an error to the user from a template. (John
   Rouillard)
+- issue2551390 - Replace text input/calendar popup with native
+  date input. Also add double-click and exit keyboard handlers to
+  allow copy/paste/editing the text version of the date. Configurable
+  via the use_browser_date_input setting in the [web] section of
+  config.ini. By default browser native dates are turned off.
+  (John Rouillard, Ralf Schlatterbeck)
 - Use native number type input for Number() and Integer()
   properties. Integer() uses step=1 as well. Configurable via the
-  use_browser_number_input setting in the [web] section of config.ini
-  (John Rouillard, Ralf Schlatterbeck)
+  use_browser_number_input setting in the [web] section of config.ini.
+  Set off by default. See
+  https://issues.roundup-tracker.org/issue2551398 for discussion of
+  issues with native number inputs.  (John Rouillard, Ralf
+  Schlatterbeck)
 - issue2551231 - template.py-HTMLClass::classhelp doesn't merge
   user defined classes. It now merges them in. (John Rouillard)
 

Roundup Issue Tracker: http://roundup-tracker.org/