XPressME Integration Kit

Trac

Opened 14 years ago

Last modified 14 years ago

#286 closed バグ(bug)

ブロックオプションでJavascript のelement取得に失敗する — at Version 1

Reported by: toemon Owned by: toemon
Priority: 普通 Milestone: Ver.2.2.4
Component: ブロック Version:
Severity: 普通 Keywords:
Cc:

Description (last modified by toemon)

特定の環境下で
ブロックオプションでJavascript のelement取得に失敗する場合があるので
タグにIDを追加してgetElementByIdで取得するようにする。

Change History (1)

comment:1 Changed 14 years ago by toemon

  • Description modified (diff)

blocks/block_common.php内のJavascriptで
エレメントを
document.formsblockform?.elementscategorie?
のように指定していたが、htmlタグにidを設けて
document.getElementById("cat_sel")
みたいな感じで直接指定する。

カテゴリー以外に、コメント、テンプレートの部分も同様な処置とする。

Note: See TracTickets for help on using tickets.