Selenium test case change for SelectItem dropdown list
Hi, We observe a selenium test case behavior change for SelectItem's dropdown list when screenReader mode is turned on: there's an extra "," in the result when we call selenium.getText() to get the...
View Articlesmartgwt unescape the test sent from the server to client
I am working on fixing the XSS vulnerability. The text sent from server to client is in JSON format, and I use Google's JSON library to convert objects to a JSON string. Google JSON library will escape...
View Articleform.getValues() returns formatted value when using formatValue and formatOnBlur
SmartClient Version: v10.0p_2014-11-16/EVAL Development Only (expires 2015.01.15_12.11.41) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY) Chrome on OSX please modify the #formatRelatedValue...
View ArticleCombobox resets entries with validateOnExit
Hi we have some issues with the usage of a combbox with allowEmptyValue and validateOnExit within form. If both enables the user is not able to search for a valid term in the searchbox. If the user...
View Articlebug in Calendar.addEventOrUpdateEventFields
SmartClient Version: v10.0p_2014-11-16/EVAL Deployment (expires 2015.01.15_12.11.41) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY) Chrome on OSX I think I've just found a bug in...
View Article[SKINIMG] resolution does not happen in ListGridField.setImageURLPrefix()
Hello Isomorphic, is ListGridField.setImageURLPrefix() supposed to replace occurrences of [SKINIMG] in the String by the respective skin-directory? It does not do that for me which hinders me from...
View Articlesmartgwt XSS tutorial
I am working on fixing the XSS vulnerability of a website which is using smartgwt. Is there any tutorial on cross site scripting with smartgwt? Will smartgwt handle XSS automatically? Or can someone...
View ArticleHow to hide selectItem's title when using dateItem.setMonthSelectorProperties
When using setMonthSelectorProperties (also Day and Year) for a DateItem, the individual SelectItem fields have the titles 'Month', 'Day' and 'Year'. Is there a way to hide these titles? They don't...
View ArticleTest XSS vulnerability of a website which is using smartgwt
I am testing whether I can inject script code into a website which is using smartgwt and then queried out the input string to run the script. I first input the following string into a text field on a...
View Articlestrange exception thrown on formitem storeValue, only in deployed mode
smartgwt version: 4.1-p20140608 I have created a custom formitem, a canvasitem that looks kind of a trafficlight, with red/green/yellow images to press, see screenshot. When i developed this in...
View ArticleList Grid grouped component ordering issues
I am checking screen on Smartgwt version 3.0 . Browser version - FireFox 19.0 As you group a ListGrid using a Date column and options like "by Day" or "by Week" , the grouped record components created...
View ArticleComboBoxItem with custom Picklist escapes img-html for ListGridField of type...
Hello Isomorphic, I'm using v9.1p_2014-11-05 and observed following behaviour in my application: I have a DynamicForm displaying a country ComboBoxItem with flags + names. I'm not using the ValueIcon...
View ArticleBACKGROUND-SIZE support
I'm trying to set the background of Window with an image. The image I'm setting does not fit or scale to the size of the background. The image does not fill the entire background ... After doing some...
View ArticleBug: not able to convert js object to java object.
Hi, 1. v9.1p_2014-04-08/Pro Development Only (built 2014-04-08), browsers: All. 2. Scenario is the next: composed object is passed to server side and can not be converted properly. 3. UI and Server...
View ArticleWrong sort-order for grouped listgrid
Hi, we're currently using v10.0p_2014-11-16 and have detected an issue while grouping and sorting multiple entries in a listgrid. The issues exists in tested latest builds of firefox, chrome and IE11....
View Articlepossible bug: RecordComponent is not rendered for new Records
Hello, I currently evaluating the 4.0-p20130904 and got the following problem: If a ListGrid contains a ListGridField which renders RecordComponents, this RecordComponent is not drawn for new records....
View ArticleISC_Grids.js prevents edits in IE8
We encountered an issue where users are unable to edit grids in IE8. Please see our solution below and analyze the appropriate way to correct product. 1.SmartClient version 'v9.1p_2014-07-22/Enterprise...
View ArticleHow To: Bulk edit new unsaved records in ListGrid
We've managed to build bulk edit options for many of our ListGrids by using selectionAppearance("checkbox") along with code such as: Code: var newPrice = userInputPrice; for each record in...
View ArticleSplitPane : set navigationPane width ?
Hi, i use a SplitPane for my app. For now I use develop the app only for desktop use. Is there a way to set the width of the navigationPane ? The default size is too large. Thanks ! SmartClient...
View ArticleAdmin Console
Hi, I am using SmartGWT 5.0, trying to bring up Admin Console in builtinds sample: Here is the code: IButton adminButton = new IButton("Admin Console"); adminButton.addClickHandler(new ClickHandler() {...
View Article