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 2009/02/20 11:42:18 UTC

DO NOT REPLY [Bug 46744] New: no validation error messages (usecase.error) in TinyMCE and OneForm

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

           Summary: no validation error messages (usecase.error) in
                    TinyMCE and OneForm
           Product: Lenya
           Version: 2.0.3
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: TinyMCE Integration
        AssignedTo: dev@lenya.apache.org
        ReportedBy: hans@koerber-net.com


When validation fails (e.g. on empty tags like "<ul></ul>") there is no more
usecase.error generated in 2.0.3. Instead, the editor is re-displayed with the 
original (unchanged) content and changes are obviously not saved.

-- 
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 46744] no validation error messages (usecase.error) in TinyMCE and OneForm

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





--- Comment #3 from Rainer Schöpf <ra...@gmx.net>  2009-06-04 01:22:29 PST ---
Created an attachment (id=23754)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23754)
Patch to correct error display when validation fails after TinyMCE edit

-- 
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 46744] no validation error messages (usecase.error) in TinyMCE and OneForm

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|2.0.3                       |2.0.4

-- 
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 46744] no validation error messages (usecase.error) in TinyMCE and OneForm

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





--- Comment #2 from Rainer Schöpf <ra...@gmx.net>  2009-06-04 01:19:46 PST ---
There was a change to the HTML layout of error and info messages, in

  src/modules-core/usecase/templates/messages.jx

In particular, the class of the enclosing DIV was changed fromn lenya-error to
lenyaInfoBox. Since the page2edit.xsl of the tinymce module selects on this
class atribute to display the messages, errors are not shown.

Patch is appended.

  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 46744] no validation error messages (usecase.error) in TinyMCE and OneForm

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





--- Comment #1 from Andreas Hartmann <an...@apache.org>  2009-05-27 13:53:03 PST ---
Does this issue still exist with the source editor?

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