Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    German "cancel"-text on confirm gets shortened

    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:
    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>
    Best regards

    #2
    This has been fixed for builds dated November 30 and later - all such Dialog buttons will now overflow to accommodate their i18n titles.

    Comment


      #3
      Thanks, confirming the fix for the build of the 30th November.

      Comment

      Working...
      X