This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#550 closed defect (fixed)

CKEditor not working in Layout -> Modify internal page link

Reported by: bkeyaerts Owned by: lsyroka
Priority: normal Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

In 0.97rc2:
Create new internal page and insert i.e a link.
If you want to edit the page afterwards, the content is inserted in "value" of the inputfield and the page layout breaks so unable to edit the content.

<td nowrap class="titleCellTD"><span class="titleCellFormat"> Content</span></td>
<td>
  <div id="contentField"></div>
  <input type="hidden"  id="content" name="content" value="<br />
  <a href="http://google.com">html link</a><br />
  ">
</td>

Change History (5)

comment:1 Changed 5 years ago by lsyroka

  • Owner set to lsyroka
  • Status changed from new to assigned

comment:2 Changed 5 years ago by lsyroka

  • Status changed from assigned to in_merge

comment:3 Changed 5 years ago by pferreir

  • Milestone set to v0.97

comment:4 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [86ac024ffe4dbeb85649cc7890ae5269c8f7e7ac]:

[FIX] CKEditor tuning

  • CKEditor can no longer be inserted to the webpage by using HTMLEditorWrapper template. Use widgets from RichText?.js instead.
  • webapage layout is no longer broken while inserting quotes. Data is stored as javascript variable instead of html property of an input field.
  • description text is escaped before sending to the client
  • fix#550

comment:5 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [86ac024ffe4dbeb85649cc7890ae5269c8f7e7ac]:

[FIX] CKEditor tuning

  • CKEditor can no longer be inserted to the webpage by using HTMLEditorWrapper template. Use widgets from RichText?.js instead.
  • webapage layout is no longer broken while inserting quotes. Data is stored as javascript variable instead of html property of an input field.
  • description text is escaped before sending to the client
  • fix#550
Note: See TracTickets for help on using tickets.