You are not logged in.
Pages: 1
Hey people,
Just started of with Xihna, I used HTMLarea a lot and just discovered it re-spawned again
Anyway, the picture will best descibe my problem.
Only thing is that it only happens when I use the "blue-look" and "green-look" skin. I tried fiddling the skin css but I couldn't find anything...
I didn't modify the configuration yet... can somebody help me out here.
As far as I can see there isn't a ticket submitted about this.
edit: I tried creating a menu using the legacy HTMLarea code, this also doesn't work....
xinha_config.toolbar =
[
["popupeditor"],
["fontname","fontsize","bold","italic","underline","strikethrough","subscript","superscript"],
["forecolor","hilitecolor","separator"],
["separator","justifyleft","justifycenter","justifyright","justifyfull","separator"],
["insertorderedlist","insertunorderedlist","outdent","indent","separator"],
["inserthorizontalrule","createlink","insertimage","inserttable","toggleborders","separator"],
["killword","removeformat","htmlmode"]
];
Last edited by kalechinees (2006-01-12 09:27:54)
Offline
I had similar problem once. Thats because of non-zero padding on SELECT fields. You probably include your own CSS file in your page thats sets the padding and/or bigger font size for SELECT / OPTION fields. See also http://xinha.gogo.co.nz/punbb/viewtopic.php?pid=2938 this thread and try using the solution posted. You may try adding more rules to htmlarea-custom.css file that "cancel" your rules for Xinha textarea. It helped in my case, maybe it will be good in yours.
Cheers,
koto
Offline
You need to adjust the height value in the CSS file, at least that's the easiest way. open up skin.css for the appropriate skin you are using and find the height value for .htmlarea .toolbarRow, increase it a bit.
Depending on your browser you may need to load the CSS file directly in the browser to force it to flush through the cache, CSS files have a tendancy to get stuck sometimes.
James Sleeman
Offline
Great! that fixed the problem... does this mean that the CSS in the package is bugged?
I'll do some testing first (diff browsers etc)
Thanx!
Offline
I had the same problem and Gogo's fix indeed fixed it. It seems to be to only be an IE issue, as it works fine with the default height in FF. So maybe either increase the height enough for all skins to work in IE or do a hack for different height in IE would maybe do the trick?
Thanks!
Offline
Pages: 1