Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2006-01-12 08:49:52

kalechinees
New member
Registered: 2006-01-12
Posts: 2

problem: Toolbar shifted ...

Hey people,
Just started of with Xihna, I used HTMLarea a lot and just discovered it re-spawned again smile

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.


toolbar0ht.th.gif

edit: I tried creating a menu using the legacy HTMLarea code, this also doesn't work....

toolbar4gn.th.gif

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

#2 2006-01-12 14:55:17

koto
Xinha Pro
Registered: 2006-01-09
Posts: 58

Re: problem: Toolbar shifted ...

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

#3 2006-01-12 22:43:24

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: problem: Toolbar shifted ...

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

#4 2006-01-13 10:52:00

kalechinees
New member
Registered: 2006-01-12
Posts: 2

Re: problem: Toolbar shifted ...

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

#5 2006-01-13 22:00:34

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: problem: Toolbar shifted ...

It may be, although I'm sure i've adjusted it once already.


James Sleeman

Offline

#6 2006-01-14 10:00:20

westis
New member
Registered: 2005-12-28
Posts: 4

Re: problem: Toolbar shifted ...

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! smile

Offline

Board footer

Powered by FluxBB