プロジェクト

全般

プロフィール

Backport(バックポート) #4126

Bug(バグ) #4054: 管理画面のトピックリストなどの画面でtr要素の閉じタグが不足している

管理画面のトピックリストなどの画面でtr要素の閉じタグが不足している

kaoru n7年以上前に追加. ほぼ4年前に更新.

ステータス:
Won't fix(対応せず)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2017-01-16
期日:
進捗率:

0%

opCommunityTopicPlugin 絞込条件:

説明

Overview (現象)

管理画面のトピックリスト (/pc_backend.php/communityTopic/topicList) の検索フォームは下記のようにマークアップされている:

<form method="get" action="/master/pc_backend.php/communityTopic/topicList"><table>
<tr>
  <th><label for="communityTopic_id">トピックID</label></th>
  <td><input type="text" id="communityTopic_id" name="communityTopic[id][text]" value="" /><br /> </td>
</tr>
<tr>
  <th><label for="communityTopic_name">トピックタイトル</label></th>
  <td><input type="text" id="communityTopic_name" name="communityTopic[name][text]" value="" /><br /> </td>
</tr>
<tr>
  <th><label for="communityTopic_body">本文</label></th>
  <td><input type="text" id="communityTopic_body" name="communityTopic[body][text]" value="" /><br /> </td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="検索" /></td>
</table>
</form>

この中で、検索ボタンが含まれている最後の列について tr 要素の閉じタグが存在せず、XHTML の構文として正しくない状態になっている。

トピックコメントリストやイベントリストなどにも同様の不具合がある。

Way to fix (修正内容)

</table> の手前の行に </tr> を追加する

履歴

#1 kaoru n7年以上前に更新

  • ステータスNew(新規) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

https://github.com/tejimaya/opCommunityTopicPlugin/pull/34
にてプルリクエストを行いました。
レビューをお願いします。

#2 kaoru nほぼ4年前に更新

  • 対象バージョン1.0.x から 326 に変更

#3 kaoru nほぼ4年前に更新

  • 対象バージョン326 から master に変更

#4 kaoru nほぼ4年前に更新

  • ステータスPending Review(レビュー待ち) から Won't fix(対応せず) に変更
  • 対象バージョンmaster から 1.0.x に変更
  • 進捗率50 から 0 に変更

OpenPNE-3.6系終了により opCommunityTopicPlugin-1.0系も終了のためこのチケットも対応せずとする

他の形式にエクスポート: Atom PDF