Opened 14 years ago
Closed 14 years ago
#831 closed defect (fixed)
Dynamic print frame: scale modification
Reported by: | astrid_emde | Owned by: | dev |
---|---|---|---|
Priority: | major | Milestone: | 2.7.2 release |
Component: | Version: | 2.7.1 | |
Keywords: | Cc: | mschulz, astrid_emde, armin11, huebi, kmq, uli |
Description
if you change the scale in the textfield 1 is changed to 0 so you can't write maybe 1000 it always ends up to 0000
for more information about the process of the dynamic print have a look at #455
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
check function for valid scale was called onkeyup, now we use onblur, so the check action does not start while typing, but when input field looses focus
Note:
See TracTickets
for help on using tickets.
could be the solution: change in plugins/mb_print.php