| Author |
Message |
|
thierry13
|
Post subject: many problem with inplace editor Posted: Mon Feb 06, 2012 5:02 pm |
|
Joined: Sat Feb 04, 2012 3:50 pm Posts: 35
|
|
Hi, I'm trying impresspage for the first time, I choose the 2.0 rc2 version. I noticed several problem with the editor, i'd like to know if it is due to rc2:
-adding rich text, creating a 2 coluln table with text inside, after save, only the text is there, table as disappeared. -adding text at the bottom of the page in the footer, the editor doesn't appears completly and impossible to access the edit area, impossible to use, I add to move it at the top, insert the text and move it down to the footer.
is anybody already noticed such problems?
regards
|
|
 |
|
 |
|
Audrius
|
Post subject: Re: many problem with inplace editor Posted: Mon Feb 06, 2012 5:37 pm |
|
 |
| Project Manager |
Joined: Wed Nov 25, 2009 9:40 am Posts: 421
|
|
Can you give us some screenshots?
|
|
 |
|
 |
|
thierry13
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 9:00 am |
|
Joined: Sat Feb 04, 2012 3:50 pm Posts: 35
|
Hi, actually the html is not correctly updated, if i create a header following by a text i get: Code: <p>header</p><p>text</p> If select the header and apply a header1 style, i see the text larger but if click on html in the editor i still see <p>header</p> and not <h1>header</h1> of course if I save, i keep <p>header</p>, no way to save the header as a header !! ideas??
|
|
 |
|
 |
|
Audrius
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 9:30 am |
|
 |
| Project Manager |
Joined: Wed Nov 25, 2009 9:40 am Posts: 421
|
|
Headers should be included with Title widget. Text widgets automatically remove unsupported tags.
|
|
 |
|
 |
|
thierry13
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 9:35 am |
|
Joined: Sat Feb 04, 2012 3:50 pm Posts: 35
|
|
if headers are automaticaly removed, you should remove the ability to change a text in header in the editor, don't you think?
|
|
 |
|
 |
|
Audrius
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 9:40 am |
|
 |
| Project Manager |
Joined: Wed Nov 25, 2009 9:40 am Posts: 421
|
|
Which header on what editor do you have in mind?
Please give more details about what exactly do you want to achieve. Maybe you're trying to achieve something with the wrong widget?
|
|
 |
|
 |
|
thierry13
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 12:27 pm |
|
Joined: Sat Feb 04, 2012 3:50 pm Posts: 35
|
|
using the drag and drop 'rich text' I should be able to add almost anything right?
please have a look of the picture and tell me what happen here, maybe something went wrong during install but this behaviour is very curious.
regards
| Attachments: |

impress.jpg [ 28.31 KiB | Viewed 631 times ]
|
|
|
 |
|
 |
|
Audrius
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 3:19 pm |
|
 |
| Project Manager |
Joined: Wed Nov 25, 2009 9:40 am Posts: 421
|
|
Ok, so the problem comes in when you change the format from paragraph to 'Heading 1'. TinyMCE is configured to automatically remove <Hn> tags as they should be added with Title widget. HTML source editor shows everything correctly as it's designed at the moment.
And the same happens with <table> tag (your earlier issue) as only Table widget is designed for that.
We'll check on these issue with Rich text widget. Thanks.
|
|
 |
|
 |
|
thierry13
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 4:09 pm |
|
Joined: Sat Feb 04, 2012 3:50 pm Posts: 35
|
|
yes thanks, So at the moment How can I create a 2 columns table with headings, text and images inside ??
Regards, Thierry
|
|
 |
|
 |
|
maskas
|
Post subject: Re: many problem with inplace editor Posted: Tue Feb 07, 2012 9:50 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
This is a Rich text widget bug. There is done the same cleaning stuff as it is done on other text elements.
Fix: please replace current js file with attached.
Keep in mind, that this fix will just allow to add any elements you like. But probably it will miss some CSS styles. So update default CSS to your needs.
|
|
 |
|
 |
|