[
https://issues.apache.org/jira/browse/FC-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369219#comment-15369219
]
Shawn McKinney commented on FC-147:
-----------------------------------
Updating 1 - 4 above has problems with communication between the list and
detail panels.
1. When clicking on a row in user list panel, it takes a very long time for the
detail panel to update with new info.
2. The assigned role dropdown in userlist panel does not work properly.
3. The ajax controls in userdetailpanel do not have an arrow on the button next
to the dropdown.
4. There is a warning thrown in indicatingajaxbutton class:
protected void onComponentTag(ComponentTag tag) {
super.onComponentTag(tag);
if(!"button".equalsIgnoreCase(tag.getName())) {
LOG.warn("IndicatingAjaxButton should be applied on a \'button\'
tag");
}
> [ fortress-web ] Upgrade to Wicket Version 7
> --------------------------------------------
>
> Key: FC-147
> URL: https://issues.apache.org/jira/browse/FC-147
> Project: FORTRESS
> Issue Type: Improvement
> Affects Versions: 1.0.0-RC40
> Reporter: Shawn McKinney
> Assignee: Shawn McKinney
> Fix For: 1.0.1
>
>
> This is necessary for web component to remain viable. There are a couple of
> pages that will have the kendo ui list control removed (audit, group). There
> are also a number of changes that will have to be made to support the major
> version upgrade.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)