For one of mouse over prompt for an Img element is appearing twice. Actually image is a Refresh Icon (actions/refresh.png) and mouse over text is Refresh. The mouse over text is appearing twice. It's happening only in IE version 7 or lesser. Please let me know the solution if you are aware of this issue.
Announcement
Collapse
No announcement yet.
X
-
Please let me know of any workarounds for the problem above.
Another prompt problem we have:
Run the sample in IE8. Click the icon. You'll notice that the status bar now reads the prompt text. Is there any way to disable this?
Code:isc.DynamicForm.create({ width: 200, fields : [ {name: "severityLevel", title: "Severity Level", type: "text", prompt: "Text Field Tooltip", icons: [{ src: "other/help.png" }] } ] });
Comment
-
We've checking on the duplicate prompt..
On the status bar issue, no, there's no way to avoid that without also having an impact on accessibility by not providing an alt tag. However given the number of browsers that are now turning the status bar off by default, it's no longer useful to developers anyway.
Comment
Comment