You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2008/12/09 11:36:39 UTC

DO NOT REPLY [Bug 46367] New: textarea elements in a web page are not handled properly by TInyMCE

https://issues.apache.org/bugzilla/show_bug.cgi?id=46367

           Summary: textarea elements in a web page are not handled properly
                    by TInyMCE
           Product: Lenya
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: TinyMCE Integration
        AssignedTo: dev@lenya.apache.org
        ReportedBy: rainer.schoepf@gmx.net


Created an attachment (id=23003)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23003)
Patch to allow textarea elements in a page to be edited by TinyMCE

Someone created a form with a textarea element in it. When one tries to edit
the page, TinyMCE displays everything after the textarea element outside the
edit area.

Reason: TinyMCE use textarea for the editable area. A nested textarea is not
possible, as the end tag of the inner textarea closes the outer textarea,
causing the described effect.

How to reproduce: create a webpage containing a textarea element. Save it and
open it in TinyMCE.

Solution: Add a template to the TinyMCE xslt to specially treat nested textarea
elements.

A patch against lenya 2.0.2 is attached.

Kupu seems to suffer from the same problem, but I didn't look at it.

 Rainer Schöpf


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 46367] textarea elements in a web page are not handled properly by TInyMCE

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46367


Rainer Schöpf <ra...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rainer.schoepf@gmx.net




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 46367] textarea elements in a web page are not handled properly by TInyMCE

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46367


Andreas Hartmann <an...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Andreas Hartmann <an...@apache.org>  2009-05-06 09:19:13 PST ---
Patch applied in revision 772347 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=772347 ). Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 46367] textarea elements in a web page are not handled properly by TInyMCE

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46367





--- Comment #1 from Andreas Hartmann <an...@apache.org>  2009-01-23 06:54:40 PST ---
See also

http://forum.contenido.org/viewtopic.php?t=9634

<quote>
Do Okt 20, 2005 3:34 pm
Mit einer aktuellen CVS-Version kann ich das Problem nicht reproduzieren
</quote>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org