var btn = new YAHOO.widget.Button(e, attributes);
Instead of letting YUI convert the input to a button wrapped in some spans, directly create a button with proper classes.
Originally reported by mawinter69, imported from: Remove YUI from makeButton in hudson-behaviour.js
- assignee: mawinter69
- status: Closed
- priority: Minor
- component(s): core
- resolution: Fixed
- resolved: 2024-08-13T14:56:49+00:00
- votes: 0
- watchers: 2
- imported: 2025-11-24
Raw content of original issue
var btn = new YAHOO.widget.Button(e, attributes);
Instead of letting YUI convert the input to a button wrapped in some spans, directly create a button with proper classes.
Instead of letting YUI convert the input to a button wrapped in some spans, directly create a button with proper classes.
Originally reported by mawinter69, imported from: Remove YUI from makeButton in hudson-behaviour.js
Raw content of original issue