<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://blog.psicomante.net" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>il Blog di Psicomante - Textarea.js. Problemi con i temi e i css - Comments</title>
 <link>http://blog.psicomante.net/textarea-js-problemi-con-i-temi-e-i-css.html</link>
 <description>Comments for &quot;Textarea.js. Problemi con i temi e i css&quot;</description>
 <language>en</language>
<item>
 <title>Textarea.js. Problemi con i temi e i css</title>
 <link>http://blog.psicomante.net/textarea-js-problemi-con-i-temi-e-i-css.html</link>
 <description>&lt;p&gt;Se avete creato, usato o modificato un tema per drupal, e su Internet Explorer (IE, cioè il diavolo) vedete la textarea resizable spostata verso destra con un orrendo effetto di &quot;rottura&quot; (del DOM, non delle parti basse) allora questa piccola guida fa per voi.&lt;/p&gt;
&lt;p&gt;Il problema è stato riscontrato da numerose persone, purtroppo non ho ancora trovato una soluzione definitiva. Sul forum di Drupal, qualcuno ha provato ad allungare il form-item per vedere il problema risolto. Purtroppo il campo subject viene spostato...e crea problemi a risoluzioni basse.&lt;/p&gt;
&lt;div class=&quot;quote-msg&quot;&gt;
.form-item&lt;br /&gt;
{&lt;br /&gt;
	width: 98%;&lt;br /&gt;
 	clear: none;&lt;br /&gt;
 }
&lt;/div&gt;
&lt;p&gt;se volete tagliare la testa al toro, aggiungete queste righe a template.php per disabilitare completamente textarea.js. Naturalmente dovrete avere un tema phptemplate.&lt;/p&gt;
&lt;div class=&quot;quote-msg&quot;&gt;
function phptemplate_textarea($element) {&lt;br /&gt;
  $class = array(&#039;form-textarea&#039;);&lt;/p&gt;
&lt;p&gt;  $cols = $element[&#039;#cols&#039;] ? &#039; cols=&quot;&#039;. $element[&#039;#cols&#039;] .&#039;&quot;&#039; : &#039;&#039;;&lt;br /&gt;
  _form_set_class($element, $class);&lt;br /&gt;
  return theme(&#039;form_element&#039;, $element, &#039;&#039;. check_plain($element[&#039;#value&#039;]) .&#039;&#039;);&lt;br /&gt;
}
&lt;/div&gt;
&lt;p&gt;Ref:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/68684&quot;&gt;disable resizable textarea&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/56580&quot;&gt;Problem with textarea.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://blog.psicomante.net/textarea-js-problemi-con-i-temi-e-i-css.html#comments</comments>
 <category domain="http://blog.psicomante.net/blog/browser">browser</category>
 <category domain="http://blog.psicomante.net/blog/css">css</category>
 <category domain="http://blog.psicomante.net/blog/guide">guide</category>
 <category domain="http://blog.psicomante.net/blog/guide-drupal">guide drupal</category>
 <category domain="http://blog.psicomante.net/blog/howto">howto</category>
 <category domain="http://blog.psicomante.net/blog/howto-drupal">howto drupal</category>
 <category domain="http://blog.psicomante.net/blog/javascript">javascript</category>
 <category domain="http://blog.psicomante.net/blog/phptemplate">PhpTemplate</category>
 <category domain="http://blog.psicomante.net/blog/problemi">problemi</category>
 <category domain="http://blog.psicomante.net/blog/themes">themes</category>
 <category domain="http://blog.psicomante.net/blog/tutorial">tutorial</category>
 <category domain="http://blog.psicomante.net/blog/tutorial-drupal">tutorial drupal</category>
 <pubDate>Thu, 15 Jun 2006 15:15:00 +0200</pubDate>
 <dc:creator>psicomante</dc:creator>
 <guid isPermaLink="false">4 at http://blog.psicomante.net</guid>
</item>
</channel>
</rss>
