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 2010/07/10 19:01:23 UTC

DO NOT REPLY [Bug 49580] New: Improved table and image property dialogs for TinyMCE

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

           Summary: Improved table and image property dialogs for TinyMCE
           Product: Lenya
           Version: 2.0.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: TinyMCE Integration
        AssignedTo: dev@lenya.apache.org
        ReportedBy: rainer.schoepf@gmx.net


Created an attachment (id=25741)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25741)
Patch to tiny_config.js

Through application of CSS, it is possible to suppress the display of those
attributes in the image and table property dialogs, that are not allowed in
XHTML strict.

At the end of the file

 tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css

from the TinyMCE (2.x) distribution are examples how to do this.

The appended patch modifies the TinyMCE configuration to load a different CSS
file, which in turn loads editor_popup.css.

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25742|0                           |1
        is obsolete|                            |

--- Comment #3 from Rainer Schöpf <ra...@gmx.net> 2010-07-12 16:22:07 EDT ---
Created an attachment (id=25755)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25755)
New version of css file for tinyMCE popups

This new version of the lenytable.css file works with TinyMCE 2.x and 3.3.8.
Tested successfully with Firefox 3.6.4 and IE8

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25741|0                           |1
        is obsolete|                            |

--- Comment #4 from Rainer Schöpf <ra...@gmx.net> 2010-07-12 16:25:42 EDT ---
Created an attachment (id=25756)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25756)
Patch to tiny_config.js

Modfied patch for tiny_config.js. The configuration variable has a slightly
different name for TinyMCE 2.x and TinyMCE 3.x, therefore both are set.

popups_css vs. popup_css

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25756|0                           |1
        is obsolete|                            |

--- Comment #6 from Rainer Schöpf <ra...@gmx.net> 2010-09-22 15:11:07 EDT ---
Created an attachment (id=26065)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26065)
New version of patch to tiny_config.js

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

--- Comment #1 from Rainer Schöpf <ra...@gmx.net> 2010-07-10 13:02:47 EDT ---
Created an attachment (id=25742)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25742)
New CSS file

This file goes into

 src/pubs/default/resources/shared/css/lenyatable.css

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

--- Comment #5 from Rainer Schöpf <ra...@gmx.net> 2010-09-22 15:09:03 EDT ---
Better move the tinymce specific CSS file into the TinyMCE module.

Changes: 

a) slightly different patch to tiny_config.js

b)lenyatable.css goes into

 src/modules/tinymce/resources/css/lenyatable.css

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

--- Comment #2 from Rainer Schöpf <ra...@gmx.net> 2010-07-10 13:25:01 EDT ---
Tested successfully with Firefox 3.6.

With IE8, it works only partially: unless one add a 

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">

line at the very beginning of the image.htm file, IE8 will fall back to IE6
behaviour.

Fortunately, the files in the current (3.x) version of TinyMCE have an
approrpriate DOCTYPE declaration.

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25755|0                           |1
        is obsolete|                            |

--- Comment #7 from Rainer Schöpf <ra...@gmx.net> 2010-09-22 15:12:07 EDT ---
Created an attachment (id=26066)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26066)
New version of css file for tinyMCE popups

-- 
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 49580] Improved table and image property dialogs for TinyMCE

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

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

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

--- Comment #8 from Rainer Schöpf <ra...@gmx.net> 2010-11-19 13:14:14 EST ---
The fix in trunk is slightly different from this, taking advantage of a TinyMCE
3.x config option.

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