Commit Graph

9 Commits (e29c979629158f374a6c97cb15478e43fb1b0711)

Author SHA1 Message Date
oca-ci 477fb032b6 [UPD] Update web_widget_numeric_step.pot 2025-01-09 12:31:38 +00:00
Carlos Roca 0889f10f58 [FIX] web_widget_numeric_step: Remove focus to avoid annoying flickering effect
The focus introduced on the 16.0 migration is causing a flickering effect
that is a bit annoying and does not make complete sense, because if you
click more than once the cursor is positioned at the end of the text,
which makes it difficult to edit the input.

The counterpart of these changes is that to edit the input using the
keyboard we will have to click on the field. Although this is how the
module has been operating since its inception.
2024-12-23 12:11:10 +01:00
Jairo Llopis 0d3ab6c305 [FIX] web_widget_numeric_step: always display on touch screens; avoid layout jumping otherwise
Before this patch:
- On a tablet, buttons wouldn't display (big screen; can't hover).
- On a PC, fields would make layout jumps while hovering.

@moduon MT-4472
2024-12-23 12:11:10 +01:00
dsolanki c7cae98637 [MIG] web_widget_numeric_step: Migration to 16.0 2024-12-23 12:11:10 +01:00
Thanakrit Pintana 7a51f08a6b [MIG] web_widget_numeric_step: Migration to 15.0 2024-12-23 12:11:10 +01:00
helly 83a6321c49 [MIG] Migrate module web_widget_numeric_step to v14. 2024-12-23 12:11:10 +01:00
Carlos Roca 64267339c2 [MIG] web_widget_numeric_step: Migration to v13 2024-12-23 12:11:10 +01:00
Alexandre Díaz 2e2f09c465 [FIX] web_widget_numeri_step: Change click interval
Previous this commit, the task for auto-step can enter in a
infinite loop. Now only creates a new task if no other task is running.
2024-12-23 12:08:29 +01:00
Alexandre Díaz 15390ea18f [IMP] web_widget_numeric_step: Better CSS and supports mobile layouts 2024-12-23 12:08:29 +01:00