NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use trunk.foswiki.org to view this page for some minimal testing.
Use Item9693 for docu changes for 1.2 and 2.0.

Item9570: Larger table text within TinyMCE

Priority: CurrentState: AppliesTo: Component: WaitingFor:
Normal Closed Engine TinyMCEPlugin  
I find the table text in TinyMCE to be very small.

This fixes it:
.mceContentBody td {
    font-size: small;
}

I think I should add it to pub/System/PatternSkinTheme/style_src.css. Should I update the other themes, too? I suspect I should not update the PatternSkinTheme2009.

-- MichaelTempest - 27 Aug 2010

Paul said on IRC "MTempest: you could always put it in System/TinyMCEPlugin/wysiwyg_src.css"

-- MichaelTempest - 27 Aug 2010

Curious that setting small makes the text larger...

-- ArthurClemens - 27 Aug 2010

Using Firebug, I see that normal paragraph text is "small" in TMCE, and table text is 10px. "small" is larger than 10px in my browser.

-- MichaelTempest - 27 Aug 2010

Better to make the font size 100% in wysiwyg_src.css.

-- ArthurClemens - 27 Aug 2010

Prior to addressing this issue - the ordinary table text is 10px:
font_size_10px.PNG

font-size:small makes normal table text the same size as plain paragraph text:
font_size_small.PNG

font-size:100% makes normal table text the same size as table headings, which is larger than plain paragraph text:
font_size_100percent.PNG

-- MichaelTempest - 28 Aug 2010

On a related note, can we do something about the fact that there are no blank spaces when we create a new table? New users don't get the fact that a table has been created.

-- GuruprasadIyer - 02 Sep 2010

This needs note in TinyMCEPlugin release notes

-- PaulHarvey - 02 Sep 2010

Paul - yes, it does, and I will do that smile

Guruprasadlyer - I agree, and I raised Item9606 for the lack of blank spaces in new tables.

-- MichaelTempest - 02 Sep 2010
 

ItemTemplate edit

Summary Larger table text within TinyMCE
ReportedBy MichaelTempest
Codebase
SVN Range
AppliesTo Engine
Component TinyMCEPlugin
Priority Normal
CurrentState Closed
WaitingFor
Checkins Foswikirev:8809 Foswikirev:8874
TargetRelease minor
ReleasedIn 1.1.0
Topic attachments
I Attachment Action Size Date Who Comment
font_size_100percent.PNGPNG font_size_100percent.PNG manage 2.4 K 28 Aug 2010 - 05:31 MichaelTempest font-size:100% makes normal table text the same size as table headings, which is larger than plain paragraph text
font_size_10px.PNGPNG font_size_10px.PNG manage 2.4 K 28 Aug 2010 - 05:27 MichaelTempest Prior to addressing this issue - the ordinary table text is 10px
font_size_small.PNGPNG font_size_small.PNG manage 2.4 K 28 Aug 2010 - 05:28 MichaelTempest font-size:small makes normal table text the same size as plain paragraph text
Topic revision: r15 - 04 Oct 2010, KennethLavrsen
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads