-
5 Oct 2010 12:26 AM #1
[OPEN-393] search field on toolbar
[OPEN-393] search field on toolbar
Hi,
On 0.94 it was not a problem... but, since 0.96, a search field on the toolbar is not being nicely rendered (see image)
What is the issue here?
-
5 Oct 2010 12:44 AM #2
Same problem here...
I temporarily solved it with some css. I think it was something like:
.x-input-search
{
font-size:14px;
}
-
5 Oct 2010 12:56 AM #3
nice... thanks it works...
-
5 Oct 2010 9:48 AM #4
-
28 Oct 2010 7:04 PM #5
This should be resolved in .98. If you keep having issues, just let me know.
-
21 Mar 2011 1:54 AM #6
Hi,
I'm using version 1.0.1a and I still seem to have this issue. This is the configuration:
dockedItems:
[
{
dock: 'top',
id: 'top',
ui: 'light',
xtype: 'toolbar',
items:
[
{
handler: goBack,
text: 'Back',
ui: 'back'
},
{
handler: goHome,
iconCls: 'home',
iconMask: true
},
{
xtype: 'spacer'
},
{
id: 'search',
placeHolder: 'Search',
ui: 'light',
xtype: 'searchfield'
}
]
}
],
Best regards,
Werner.
-
13 Jun 2011 2:21 PM #7
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Getting search field in toolbar to work
By robertj98 in forum Sencha Touch 1.x: DiscussionReplies: 5Last Post: 5 Oct 2010, 11:03 PM -
Custom Browse or Search Trigger field similar to paging toolbar
By mihaip007 in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 6 Jul 2010, 12:48 PM -
How do I trap the enter key in the paging toolbar search field?
By daniel_82 in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 13 Aug 2009, 10:55 PM -
How do I trap the enter key in the paging toolbar search field?
By ccoley3910 in forum Ext.nd for Notes/DominoReplies: 2Last Post: 18 Feb 2008, 1:35 PM


Reply With Quote