The problem seems very strange. I use the FireFox-Plugin FireBug to debug the running java-script on page load. When the textarea-expander is called it calculates and sets the element's height on both pages to 42px, but only on the internal accessed paged (via http) the element's height is increased, so that the content is shown completely. On the external page (via https) the element stays to low. When I watch both textareas style-attributes in FireBug both equals. May this be a bug in FireFox???
-------- Original-Nachricht -------- Betreff: Re: [translate-pootle] Edit field's height is to low Datum: Wed, 24 Feb 2010 10:51:08 +0100 Von: Johannes Ahlers <[email protected]> An: [email protected] Referenzen: <[email protected]> <[email protected]> Hello, the problem occurs when our pootle-page is accessed via https. Internal we access the server via http. This works fine. Our translators access an apache proxy via hhtps which forwards the request to the internal pootle server. It seems the java-scripts (jquery) are delivered via http instead of https and so it doesn't work on client side (when I use FireFox or Opera). But if I open the external page with Internet Explorer I got the message "some contents are insecure" but here the java-scripts seems to work. The edit-fields have the correct height. I searched FireFox's security options, but I can't find any option, to make it trust our external page and load the scripts in a way that it works. The pootle-server runs via mod_wsgi. I tried to disable the Directory-Element for /html in the apache conf, which should serve static files including the java-scripts. I hoped this will serve the java-scripts via mod_wsgi and https. But this has no effect... Greetings Johannes Ahlers F Wolff schrieb: > Op Di, 2010-02-23 om 15:12 +0100 skryf Johannes Ahlers: > >> Hello, >> >> one of our translator has the problem, that the edit field for >> translated text is to low (see screenshot). The last row is missing and >> no scrollbars are shown. Even if he changes the "Input Height" in his >> profile to 50 this has no effect. I can't reproduce this problem on my >> side. He uses Firefox on Windows XP. Any ideas how to fix this? >> >> Greetings >> >> Johannes Ahlers >> > > > Hallo Johannes > > The only reason I can think of, is that JavaScript might not be > available on his computer. Or does the problem disappear when he starts > typing? We are using some JavaScript that should grow with the text, > and should usually leave a little bit extra space than what is needed. > > Is this maybe after copying the source text (with "Kopieren")? > > Friedel > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
