Incorrect underlining of misspelled words.
using latest squiggly (0.3) flex 4 , have spark textinput on stage , using style such "text-align: center;" result in incorrect positioning of squiggles. below screenshot of problem , code used produce it.
same thing occurs regular textinput it's not custom component.
private var nameinp:advancedtextinput; // same spark textinput except clear text button
// create textinput supplying name registration
nameinp = new advancedtextinput();
nameinp.prompttext = resourcemanager.getinstance().getstring( "lf_licensing_registration", "nameprompt" );
nameinp.height = 30;
nameinp.width = width / 2;
nameinp.maxwidth = nameinp.width;
nameinp.y = 90;
nameinp.horizontalcenter = 0;
nameinp.stylename = "largetextinput"; //text-align: center
containertop.addelement( nameinp );
thanks finding bug.
we have reproduced (bug# 2607226).
we working on fix.
More discussions in Adobe Labs
adobe

Comments
Post a Comment