-
27 Apr 2011 11:04 AM #1
[FIXED-EXTJSIV-1786][4.0.0] setting href value to button appends '?undefined' to link
[FIXED-EXTJSIV-1786][4.0.0] setting href value to button appends '?undefined' to link
I assume this is a bug, unless I'm doing something wrong. This shouldn't be appending anything to the link I'm setting to href.
Code:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="http://dev.sencha.com/deploy/ext-4.0.0/resources/css/ext-all.css" /> </head> <body> </body> <script type="text/javascript" src="http://dev.sencha.com/deploy/ext-4.0.0/bootstrap.js"></script> <script> Ext.onReady(function() { var btn = new Ext.button.Button({ renderTo: Ext.getBody(), id: 'btn', text: 'Click me', href: 'http://www.google.com' }); }); </script> </html>
-
28 Apr 2011 9:28 AM #2
Thanks for the report, this should be resolved in the next release.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-1339][B3] Chart tries to use undefined event on Store
By Yousef in forum Ext:BugsReplies: 1Last Post: 19 Apr 2011, 4:45 PM -
[FIXED-EXTJSIV-1345][B3] Ext.Editor.revertInvalid is undefined by default.
By WixSL in forum Ext:BugsReplies: 0Last Post: 18 Apr 2011, 3:17 PM -
[FIXED-EXTJSIV-322] PR5 - Scatter chart should not try to plot undefined values
By chrisbrianolsen in forum Ext:BugsReplies: 1Last Post: 26 Mar 2011, 5:59 PM -
[FIXED-EXTJSIV-199] TablePanel: me.verticalScroller is undefined
By uzver in forum Ext:BugsReplies: 1Last Post: 24 Mar 2011, 11:07 AM -
[2.0.1] Ext.Ajax.request appends ?undefined to url if using xmlData and no params
By bone in forum Ext 2.x: BugsReplies: 0Last Post: 30 Jan 2008, 7:49 AM


Reply With Quote