[
https://issues.apache.org/jira/browse/OFBIZ-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931427#comment-13931427
]
Jacques Le Roux commented on OFBIZ-5557:
----------------------------------------
Hi Rong,
I have applied your new patch. Still the same js issues than above. I found the
down button which is in French "VBAS". A bit confusing, but anyway, even in
English I thought it was this button so not so confusing. It's just that the
labels are uppeecased which is not a good idea (the labels ContentCompDocUp and
ContentCompDocDown are correct).
Here is what say Opera and Chrome (both webkit now)
Failed to load resource: the server responded with a status of 404 (Not Found)
https://localhost:8443/content/images/contentForum.css
Uncaught TypeError: Object #<HTMLCollection> has no method 'submit'
And IE11 (French)
SEC7115: Les styles de liens visibles et consultés peuvent avoir une couleur
différente. Certains styles n’ont pas été appliqués au lien consulté.
Fichier : ViewCompDocTemplateTree
SCRIPT438: L’objet ne gère pas la propriété ou la méthode « submit »
Fichier : ViewCompDocTemplateTree, ligne : 1, colonne : 1
Second error is when pressing up button, when pressgin down we have in Firebug
TypeError: document.childTemplateLine_down_LF_9.submit is not a function
Did you fix that on your side?
> Render multiMenu problem when linktype="hidden-form"
> ----------------------------------------------------
>
> Key: OFBIZ-5557
> URL: https://issues.apache.org/jira/browse/OFBIZ-5557
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: SVN trunk
> Reporter: Rong Nguyen
> Attachments: 0001-Content.patch, ModelMenu.java,
> OFBIZ-5557-draft.patch, OFBIZ-5557.patch
>
>
> Scenario:
> 1. Go to Content webapp
> 2. Go to CompDoc menuitem
> 3. Search
> 4. Go to 'Tree' view
> 5. We can not use 'Up' and 'Down' function
> When menu with linktype="hidden-form" was render for each menu, they has the
> same name for form element, so it cause error.
> My solution is add extra attribute(extra-index) for Menu, and then in menu
> definition we provide this attribute and the forms with different name will
> be rendered.
> My implement was tested in this bug for Content webapp
--
This message was sent by Atlassian JIRA
(v6.2#6252)