-
23 Feb 2011 6:17 AM #1
[CLOSED]Tab Panel: Tabs are not closable
[CLOSED]Tab Panel: Tabs are not closable
Neither tab is closable.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title id="page-title">Test Page</title> <link rel="stylesheet" type="text/css" href="js/extjs/resources/css/ext.css" /> <script type="text/javascript" src="js/extjs/ext-core-debug.js"></script> <script type="text/javascript" src="js/extjs/ext-all-debug.js"></script> <script type="text/javascript"> Ext.onReady(function() { var panel = new Ext.tab.TabPanel({ renderTo: Ext.getBody(), width: 600, height: 400, title: 'Test', items: [{ title: 'Test 1', closable: true }, { title: 'Test 2', closable: false }] }); }); </script> </head> <body> </body> </html>
-
23 Feb 2011 3:18 PM #2
This has already been resolved for the next release.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
25 Feb 2011 10:18 AM #3
Confirmed fixed in pr2.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[DUPE-1023] TabPanel - closable tabs overlapped with TabScroll arrows
By asp3ctus in forum Ext 3.x: BugsReplies: 1Last Post: 7 Jun 2010, 9:04 AM -
[2.2][CLOSED] Ext.Tree node not closable
By Northrog in forum Ext 2.x: BugsReplies: 2Last Post: 16 Sep 2008, 9:57 PM -
Open URLs as closable tabs in center panel
By whoopywhale in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 2 Jun 2008, 10:39 PM -
[2.??][CLOSED] Ext.window closable - not working
By zilionis in forum Ext 2.x: BugsReplies: 2Last Post: 22 Apr 2008, 3:59 AM


Reply With Quote