Opened 11 years ago
Closed 11 years ago
#7048 closed defect (fixed)
Fonts in textarea in tv/schedules/custom
Reported by: | wagabunda | Owned by: | Rob Smith |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | Plugin - MythWeb | Version: | unknown |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Stylesheet /skins/defaultstyle.css contains for tag 'textarea' an entry
font-family: terminal, courier, courier-new;
Under Vista, I have a problem with the font "Terminal". It's a bitmap font and both 'firefox' and 'ie' does not show national characters correctly.
Replacing to
font-family: courier, courier-new;
solves the problem.
Without a national characters, it is difficult to me to define Search Phrase in Power Search page. I have to replace accented characters with a pattern character "_".
Note: See
TracTickets for help on using
tickets.
(In [22054]) Fixes #7048, allows windows users to support utf8 textareas without switching the core terminal font out