3.2.0

Bugs in 2.0.1 yet...

Using combobox with some properties:
obj.getContent('box/text').setAttribute('readonly', true);
if(document.all) obj.onControlActivated = function(){ return true; };
obj.onControlClicked = function() { this.showPopup(); };


XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: http://localhost:8080/jsfpc/faces/myFacesExtensionResource/br.com.sonner.myfaces.html.util.SonnerResourceLoader/11586079/commons.Package/js/newversion/aw/aw.js :: currentItem2 :: line 51" data: no]
LINE51: AW.UI.Controllers.State=( ... )

XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: http://localhost:8080/jsfpc/faces/myFacesExtensionResource/br.com.sonner.myfaces.html.util.SonnerResourceLoader/11586079/commons.Package/js/newversion/aw/aw.js :: anonymous :: line 31" data: no]

LINE 31: AW.Templates.ImageText=(...)

any idea how to fix it in current version alex?
tkz.
Pc
September 18,
alex, i really need a fix for my problem, can u help me?
My company will start selling the product.
Pc
September 20,
This seems to be related to FF autocomplete bug -

http://www.activewidgets.com/javascript.forum.3865.1/finally-solved-ns_error_xpc_js_threw_string.html

The fix:

obj.getContent("box/text").setAttribute("autocomplete", "off");


or patch

new AW.UI.Combo;
AW.UI.Combo.prototype.getContent("box/text").setAttribute("autocomplete", "off");

Alex (ActiveWidgets)
September 26,

This topic is archived.

See also:


Back to support forum