29 Feb 2008, 11:18 AM
|
gotProblems

Joined on 12-10-2007
Virginia
Posts 26
|
Type a space and open dialog simultaneously
|
|
|
|
More interesting functionality (an undocumented feature) discovered today! Yay!
I was doing some testing of the controls after adding them to the form when I noticed you can have focus to the SpellCheckButton and the SpellAsYouType field at the same time. Windows allows focus to two controls when they aren't in the same window. Since the SpellAsYouType field is an Iframe, there is nothing (in Windows) preventing focus being on both.
I discovered this on accident when I was typing misspelled words into the SpellAsYouType field and instead of using the suggestion context menu to correct them I clicked the SpellCheckButton. When I was done in the Dialog (and closed it) I happened to hit the space bar as the next action. This put a space into my SpellAsYouType field AND launched the SpellCheck Dialog again. I could repeat this over and over by just closing the dialog and pressing the space bar again and again.
|
|
|
|
|
|
|
|
|