Hi there,
Loading the german-frameworkMessages, the cancel-text gets shortened with resizeControl and resizeFont.
I haven't found a setting where I can easily increase the button with, but even if I have found such a attribute, maybe this should be resolved for all languages?
This is reproducable with all browsers and the latest nightly build.
Code:
Best regards
Loading the german-frameworkMessages, the cancel-text gets shortened with resizeControl and resizeFont.
I haven't found a setting where I can easily increase the button with, but even if I have found such a attribute, maybe this should be resolved for all languages?
This is reproducable with all browsers and the latest nightly build.
Code:
Code:
<!DOCTYPE html> <html> <head> <title>german</title> <SCRIPT SRC="/isomorphic/system/modules/ISC_Core.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Foundation.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Containers.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Grids.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Forms.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_DataBinding.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Drawing.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Charts.js"></SCRIPT> <SCRIPT SRC="/isomorphic/system/modules/ISC_Calendar.js"></SCRIPT> <SCRIPT SRC="/isomorphic/skins/Tahoe/load_skin.js"></SCRIPT> <SCRIPT SRC="/isomorphic/locales/frameworkMessages_de.properties"></SCRIPT> <head> <body> <script></script> <script> Canvas.resizeControls(6);Canvas.resizeFonts(3); isc.confirm("Do you speak german?") </script> </body> </html>
Comment