Uploaded image for project: 'Survey'
  1. Survey
  2. SURVEY-53

Graphical bug on IE : the labels too long goes out of the page

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.0
    • None
    • None
    • None
    • IE9

      How to reproduce :

      • Create a survey
      • add a question with input radio with a very long label
      • Preview it on IE

          [SURVEY-53] Graphical bug on IE : the labels too long goes out of the page

          Need to add in css for IE case

          fieldset legend {
            white-space: normal;
            width: 100%
          }
          

          Laurence Aumeunier added a comment - Need to add in css for IE case fieldset legend { white-space: normal; width: 100% }

          Laure Lopez added a comment -

          Add : div.survey fieldset legend

          {display:inline; }

          on survey.css

          Laure Lopez added a comment - Add : div.survey fieldset legend {display:inline; } on survey.css

          I think this is a demo skin issue. But we need to check.

          Raphaël Franchet added a comment - I think this is a demo skin issue. But we need to check.

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: