Auto-Correct Oddities

2019-03-08 Thread bilbosax
Hi all. I have noticed that when using a textInput on iOS, if I misspell a word and auto-correct corrects the spelling and I save myTextInput.text to a database, the value that gets saved is the original misspelling. It is as if the auto-corrected value, although displayed in the textInput, never

Re: Auto-Correct Oddities

2019-03-11 Thread bilbosax
I'm surprised I have not heard back anything on this one yet. It is a simple group of textInputs for a Sign Up page, I then validate the information and write it to my database. Nothing fancy. But the data that gets written to the database is what the user actually typed, not any of the auto-cor

Re: Auto-Correct Oddities

2019-03-11 Thread kamcknig
I don't know much about this at all but are you using the spark theme? The apache docs say that this is not supported on the spark theme. I also saw a bug report that said something about autoCorrect wasn't working properly with custom skins (though I think it was a different issue, but maybe rel

Re: Auto-Correct Oddities

2019-03-11 Thread kamcknig
Here is the documentation I referenced mentioning that autoCorrect does not work for the Spark theme https://flex.apache.org/asdoc/spark/components/supportClasses/SkinnableTextBase.html#autoCorrect Kyle -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Auto-Correct Oddities

2019-03-12 Thread bilbosax
Interesting observation kamcknig. I don't purposely set any theme in my projects like halo or mobile because I always skin my own components, so never really paid any attention to themes. Does anyone know what the default theme is for a Flex 4.16.1 project? -- Sent from: http://apache-flex-use

Re: Auto-Correct Oddities

2019-03-12 Thread kamcknig
Again, I haven't themed much so I'm guessing, and I don't currently have 4.16.1, but in Flex 4.15 if you check the /frameworks/flex-config.xml I see that it looks like it's using the Spark theme. I have no idea if there is anything internally that changes that when compiling/packaging for mobile th

Re: Auto-Correct Oddities

2019-03-12 Thread Erik Thomas
It depends on the project type you create in FlexBuilder or IntelliJ. If mobile, it will default to mobile theme, otherwise it defaults so spark. It's unlikely that your project is using spark if you set it up as a mobile project to begin with. I haven't been enabling auto-correct in my apps be