This is a migrated thread and some comments may be shown as answers.

[Solved] Bug in NumericTextBox while in print preview

0 Answers 78 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daniel Blendea
Top achievements
Rank 1
Daniel Blendea asked on 21 Mar 2012, 11:11 AM
Hi,

There is a bug in the NumericTextBox which manifests while in browser's print preview, when the browser is set not to display the background images and colors.
Both the input text and the text in the div.t-formatted-value are displayed and when formatting is applied, the texts mix and they are not readable.

I've made a workaround, by hiding the input and by removing the border.

#input-fields .t-numerictextbox .t-input {visibility: hidden !important;}
#input-fields .t-widget, #input-fields .t-input {border: none !important;}
Tags
NumericTextBox
Asked by
Daniel Blendea
Top achievements
Rank 1
Share this question
or