Oracle APEX 5嵌套标签未选择输入

时间:2015-05-12 07:56:17

标签: oracle-apex oracle-apex-5

我最近升级到了Oracle APEX 5,并且遇到了一些奇怪的问题,其中一些输入未被选中。

我将其缩小为嵌套在标签内的控件。

似乎没有' for'属性和' id'控制失败了。

//This will not check the input
<label><input type="checkbox"><span>This is a test</span></label>

因此我可以手动将其更改为此以证明其有效。

<label for="chkTest"><input id="chkTest" type="checkbox"><span>This is a test</span></label>

但是,如果将上述html保存到文件中并加载它,两者都可以。

然后我注意到在apex 4中的一些旧应用中,输入工作并且它们只是包裹在标签元素中....

0 个答案:

没有答案