Uploaded image for project: 'Cubby'
  1. Cubby
  2. CUBBY-203

select タグの selected 属性の値を true から selected に変更

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major 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 baba
            Reporter:
            baba baba
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: