[
https://issues.apache.org/jira/browse/FC-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369219#comment-15369219
]
Shawn McKinney edited comment on FC-147 at 7/11/16 1:08 PM:
------------------------------------------------------------
Outstanding Issues
-------------------------------
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");
}
was (Author: smckinney):
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, 1.0.0-RC42, 1.0.0
> Reporter: Shawn McKinney
> Assignee: Shawn McKinney
> Fix For: 1.0.1
>
>
> https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
> Need to keep up with latest wicket releases. There are a couple of pages
> that will have the kendo ui list control removed (audit, group).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)