|
#1
|
|||
|
|||
|
Hi,
I have a case where a combo displays a string like 'New' but when tabbing into the combo only the first N is selected. It seems that the length to select is based on the value and not on the displayvalue. NOTE: this works fine in the online Smartclient demo, but not in the nightly build of 10 april 2011. See the attached screenshot. This can be reproduced (in chrome) with the code below. I pasted this code in this example: To reproduce, put the focus in the first field and then tab, then in the second combo only the N character is selected and not the whole word. Code:
isc.DynamicForm.create({
width: 500,
numCols: 4,
fields : [{
name: "itemName", title: "Item Name", editorType: "comboBox",
optionDataSource: "supplyItem", pickListWidth: 250
},{
name: "bugStatus", title: "Bug Status",
editorType: "comboBox",
value: "1",
selectOnFocus: true,
valueMap : {
"1" : "New",
"2" : "Active",
"2" : "Revisit",
"3" : "Fixed",
"4" : "Delivered",
"5" : "Resolved",
"6" : "Reopened"
}
}]
});
|
|
#2
|
|||
|
|||
|
bumped up!
|
|
#3
|
|||
|
|||
|
Please don't "bump" unless you see something that's been left longer than the expected response time, thanks.
|
|
#4
|
|||
|
|||
|
Yeah you are right, sorry
|
|
#5
|
|||
|
|||
|
You are correct. The length highlighted is based on the value not the display.
|
|
#6
|
|||
|
|||
|
Well, the expected response time has now passed....
gr. Martin |
|
#7
|
|||
|
|||
|
Yes - sorry for the delay. We were looking at it.
A fix has now been added to the codebase - will show up in the next nightly build Isomorphic Software |
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Smart GWT combo box and List grid | renisha | Smart GWT Technical Q&A | 3 | 7th Oct 2010 08:03 |
| Dynamic form to include only fields where canEdit=true | jay.l.fisher | Smart GWT Technical Q&A | 39 | 18th Dec 2009 12:54 |
| ViewLoader and Google Maps Canvas (beta 7.0) | Xandros | Technical Q&A | 4 | 26th Feb 2009 13:54 |
| Dynamic population of form fields upon combo selection | smartcliKK | Technical Q&A | 1 | 2nd Dec 2008 11:27 |
| wrong length in Array | breeze | Technical Q&A | 4 | 20th Oct 2008 23:49 |