[
https://issues.apache.org/jira/browse/OFBIZ-13221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17945260#comment-17945260
]
Florian Motteau commented on OFBIZ-13221:
-----------------------------------------
Actually, the line you mention uses the "form" function from jQuery UI ("_form"
in trunk, "form" in 18), which a kind of polyfill for IE8 for [the form
property|https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement] :
!screenshot-2.png!
This screenshot if from OFBiz 18, in trunk it's now "_form". This function is
not part of the jQuery UI API, it seems to be an internal utility that should
not be used by developers. I guess we should rewrite this line and move to the
DOM API.
I'm curious about the error Firefox gives (and why), since the code of this
function seems pretty straighforward, I will try to reproduce.
> Helveticus Theme: Messages not shown
> -------------------------------------
>
> Key: OFBIZ-13221
> URL: https://issues.apache.org/jira/browse/OFBIZ-13221
> Project: OFBiz
> Issue Type: Bug
> Components: themes/helveticus
> Reporter: Deepak Dixit
> Priority: Major
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> The new default Helveticus theme does not display system messages (e.g.,
> success, error).These content-messages are present in the DOM but are hidden
> due to CSS rules in the theme’s stylesheet.
> {code:java}
> .content-messages p {
> display: none;
> }{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)