Bug 5049 - TA UI forces overstrike mode on when focusing an edit box
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: unspecified
Hardware: All All
: P3 trivial
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-06-18 02:24 EDT by ensiform
Modified: 2011-06-21 07:37:04 EDT
1 user (show)

See Also:


Attachments
Removes the two instances of forced DC->setOverstrikeMode(qtrue); (611 bytes, application/octet-stream)
2011-06-18 02:24 EDT, ensiform

Description ensiform 2011-06-18 02:24:39 EDT
Created attachment 2790 [details]
Removes the two instances of forced DC->setOverstrikeMode(qtrue);

The TA UI Edit boxes force overstrike mode to be on when focusing.  Q3A UI does not do this and the builtin messagemode boxes do not do this either.
Comment 1 Thilo Schulz 2011-06-19 09:29:56 EDT
what is that overstrike mode?
Comment 2 ensiform 2011-06-19 12:02:39 EDT
Adding more characters overwrites the existing rather than inserting.  Supposed to only be when you hit the INSERT key.
Comment 3 Thilo Schulz 2011-06-21 07:37:04 EDT
thank you, applied r2047