• Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • 1.1.3
    • Affects Version/s: 1.1.2
    • Component/s: Core
    • None

      現在、Selectタグで出力されるタグで
      selected値について

      <select name="hoge" >
      <option value="1">1</option>
      <option value="2" selected="true">2</option>
      </select>

      と出力されます。
      optionタグの記述でselected="true"と記述されている部分について
      問題があります。

      この記述方法ですと、携帯キャリアのauにおいて全滅してしまいます。
      (selectedされずに出力されます。)

            Assignee:
            baba
            Reporter:
            baba
            Votes:
            0 Vote for this issue
            Watchers:
            Start watching this issue

              Created:
              Updated:
              Resolved: