org.apache.wicket.markup.html.form.Check should call
Component.isEnabledInHierarchy()
-------------------------------------------------------------------------------------
Key: WICKET-2582
URL: https://issues.apache.org/jira/browse/WICKET-2582
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4.3
Environment: wicket 1.4.3
Reporter: Michael Frankerl
The Implementation of onComponentTag() in
org.apache.wicket.markup.html.form.Check should call
Component.isEnabledInHierarchy() instead of
"if (!isActionAuthorized(ENABLE) || !isEnabled() || !group.isEnabled())". This
would pass-through the ancestors "enabled"-flag to the Check Component.
For example component path: " WebMarkupContainer : CheckGroup : Check "
Whereas the WebMarkupContainer is disabled. In the current implementation the
Check ignores WebMarkupContainer "enabled"-flag.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.