Uploaded image for project: 'Forms'
  1. Forms
  2. FORMS-290

Access issue to CMS with old Firefox

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 1.11.0
    • 1.10.0
    • None
    • None
    • Firefox 38 ESR / 45 windows ou debian

      J'ai voulu me connecter sur un back office de site sur un Firefox antérieur aux dernière release et le chargement bloquait à 100%. Cela passait sur IE et Chrome.
      Le message indiquait :
      SyntaxError: missing } after property list[Learn More] index.html : 597 : 1727

      En observant cette ligne, et en déroulant jusqu'au caractère 1727 (de la liste pas de la ligne entière ) => je tombe sur ce problème :

      "default-description": "The "Complements needed" state is active when the selected entry is marked incomplete.",

      Sur une liste en js, ff a du mal à passer outre le "Complements needed" qui pour lui sort de la chaîne de caractère.

      Si vous aviez un fix pour cela s'il vous plait, je vous ai joint la ligne en question au format texte.

          [FORMS-290] Access issue to CMS with old Firefox

          Axel Pitrou added a comment - - edited

          Thank you ! i will patch the application.

          Axel Pitrou added a comment - - edited Thank you ! i will patch the application.

          You do not need to wait for a patch or a new version of the plugin. The wrong translation should be defined in your own application, in the file WEB-INF/i18n/application_en.xml

          Search for the i18n key "FORMS_WORKFLOW_STATE_INCOMPLETE_DESCRIPTION" and replace in text the double quotes by simple quotes (or escape double quotes by \")

          <message key="FORMS_WORKFLOW_STATE_INCOMPLETE_DESCRIPTION">The 'Complements needed' state is active when the selected entry is marked incomplete.</message>
          

          Laurence Aumeunier added a comment - You do not need to wait for a patch or a new version of the plugin. The wrong translation should be defined in your own application, in the file WEB-INF/i18n/application_en.xml Search for the i18n key "FORMS_WORKFLOW_STATE_INCOMPLETE_DESCRIPTION" and replace in text the double quotes by simple quotes (or escape double quotes by \") <message key= "FORMS_WORKFLOW_STATE_INCOMPLETE_DESCRIPTION" > The 'Complements needed' state is active when the selected entry is marked incomplete. </message>

          Axel Pitrou added a comment -

          I can use the french version for now.
          But in a month or 2, 260 contributor wil be touched by this.
          I need to know if i need to pass a patch to verify language setting on the whole university or just wait your correction.

          Axel Pitrou added a comment - I can use the french version for now. But in a month or 2, 260 contributor wil be touched by this. I need to know if i need to pass a patch to verify language setting on the whole university or just wait your correction.

          Ok. Thank you.
          It is a wrong character in a translation catalogue.

          Do you still need a workaround or can you use the French version for the moment ?

          Raphaël Franchet added a comment - Ok. Thank you. It is a wrong character in a translation catalogue. Do you still need a workaround or can you use the French version for the moment ?

          Axel Pitrou added a comment -

          Just tested : you have right, when i setup page preferences in english, it block. But when i'm in french it pass.

          Axel Pitrou added a comment - Just tested : you have right, when i setup page preferences in english, it block. But when i'm in french it pass.

          I think the issue is because your Firefox is set in English and the other browsers are in French.
          So I don't think this issue is due to the Firefox version.
          Could you confirm ?

          Raphaël Franchet added a comment - I think the issue is because your Firefox is set in English and the other browsers are in French. So I don't think this issue is due to the Firefox version. Could you confirm ?

            Unassigned Unassigned
            apitrou Axel Pitrou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: