Forum OpenACS Q&A: Xinha and OpenACS 5.2

Collapse
Posted by Jose Agustin Lopez Bueno on
Hello!

I am testing javascript editors for 5.2
(rte and xinha) and xinha appears great!
But this has a erratic behaviour and mistakes
when editing: losing focus, ...
I am testing in Firefox 1.5.0.4.

Other people is using xinha rightly?

Regards,
Agustin

Collapse
Posted by Jose Agustin Lopez Bueno on
Hello!

I have upload a jpeg image (captured screen from
OpenACS 5.2 FAQ) where you can see the main problem
with xinha in Firefox:


http://pizarra.uv.es/xinha_withfaq.jpg

In IExplorer works Ok.

Any pointer?

Regards,
Agustin

Collapse
Posted by Stan Kaufman on
Weird. Firefox on OS X works just fine.
Collapse
4: Re: Xinha and OpenACS 5.2 (response to 1)
Posted by Hamilton Chua on
Try to check the stylesheets for styles that set the text alignment or float.

I beleive I have encountered something similar in forums. I was able to fix it by looking at forums.css, the style sheet for the forums package. I just removed the .left and .right styles.

Collapse
Posted by Claudio Pasolini on
I observed the same behaviour with my Firefox 1.5.0.4 but only when using dotln-master as the default template: it works ok with theme-selva and so I selectively apply theme-selva to the adp pages where I want to use Xinha.
Collapse
Posted by Jose Agustin Lopez Bueno on
Thanks to all!

If I comment the line 315 of the next file:
dotlrn/www/resources/dotlrn-master.css

.left {
width: 49%;
padding: 5px;
/*float: left; */
}

work Ok with Firefox. All appears right and I have no
detected secondary effects (yet 😊 ).

Regards,
Agustin