Two small FireTextBox bugs

Started by Robert Eaton, November 27, 2009, 12:38:10 PM

Previous topic - Next topic

Robert Eaton

    1 - The negative key does not properly replace selected text in negative numbers.

    To see this:

    • Add a FireTextBox and configure it for "numeric" and "allow negative sign" in the custom properties.


    • Compile and run.

    • Type a negative number into the FireTextBox (ex: -100).
    • Now highlight that number and type a negative sign.
    • The highlighted text should be replaced by the negative sign you just typed, but instead the highlight is removed and the cursor is placed to the right of the negative sign in the original number (-|100).


    2 - The FireTextBox functions do not get inserted into the code editor wrapped with continuation characters.