[mythtv-commits] Ticket #7048: Fonts in textarea in tv/schedules/custom

MythTV mythtv at cvs.mythtv.org
Mon Sep 14 10:18:48 UTC 2009


#7048: Fonts in textarea in tv/schedules/custom
------------------------------+---------------------------------------------
 Reporter:  wagabunda         |       Owner:  kormoc 
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  0.22   
Component:  Plugin - MythWeb  |     Version:  unknown
 Severity:  low               |     Mlocked:  0      
------------------------------+---------------------------------------------
 Stylesheet /skins/default//style.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 "_".

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7048>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list