You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#115642 DT and DD - strange behaviour?

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by hing on Wednesday, 27 December 2023 15:37 GMT

hing
I tried to uses DT and DD, and some behaviour seems strange to me. See the screencast here:
https://1drv.ms/v/s!As0XWvf-DK0DhCpxQISTtO6MXLzj?e=c7Iakc

Following question:
- The assignment of DT and DD behaves different. Is this OK?
- The editor shows right colours, but wrong indenting
- The preview shows wrong colours, but correct indenting.
(- The browser finally display both indenting and colours correct.)

I'm not sure - what is a feature, what is a bug / an issue?

hing
BTW:
I want to use an UL as content of the DD - like in Attachment.
But the Editor always takes DT and DD together as one LI-element.

How to make it easy and quick with JCE?

Attachments

Ryan
- The editor shows right colours, but wrong indenting - The preview shows wrong colours, but correct indenting. (- The browser finally display both indenting and colours correct.)
Your template may be loading additional styles in the front-end that are not loaded by the editor. Please post a link to an example article on your site.
I want to use an UL as content of the DD - like in Attachment. But the Editor always takes DT and DD together as one LI-element.
Unfortunately this is not currently possible using the list tools and Definition List formatting options. You will have to manually create the structure in the Code tab eg:

<dl>
	<dt>Test</dt>
	<dd>one
		<ul>
			<li>two</li>
		</ul>
	</dd>
</dl>

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

hing
[quotePost id="115673"]..Please post a link to an example article on your site....[/quotePost]
Sorry, that's not possible. It's an internal site.

Peter