dokuwiki-plugin-bootswrapper icon indicating copy to clipboard operation
dokuwiki-plugin-bootswrapper copied to clipboard

Tooltip inside a table cell gets duplicated while EditTable is used

Open regystro opened this issue 7 years ago • 3 comments

Steps to reproduce:

  1. Install https://www.dokuwiki.org/plugin:edittable
  2. Create a table with a tooltip:
^ <tooltip title="Column 1">C1</tooltip>  ^ C2     ^
| Text1                                   | Text2  |
  1. While viewing the rendered page use the Edit button below the table to start EditTable mode
  2. You'll see the cell contains now: <tooltip title="Column 1">C1C1</tooltip> with C1 twice.

This also happens wether you use tooltip inside a normal cell or a header. Dunno if that's an EditTable fault, but if you use https://www.dokuwiki.org/plugin:abbr instead, nothing gets changed, so I guess must have something to do with your plugin or at least a conflict between both.

Thanks in advance.

regystro avatar May 04 '17 15:05 regystro

Maybe good to know: Are you also using the datatables plugin from Giuseppe? Have you tried disabeling the edittable plugin?

MvErven avatar May 10 '17 10:05 MvErven

Nope. I'm not using Datatables plugin. And disabling EditTable plugin won't allow me to edit the table the way it gets corrupted. I'll notify the developer of EditTable to have a look at it too.

regystro avatar May 10 '17 11:05 regystro

As @micgro42 suggested in #121 & #135, it is not a problem of edittable. Also, see the discussion on Dokuwiki User Forum - Edittable duplicates text inside Bootstrap Badges. This issue is likely to be the one to solve.

Is the fix planned in the next release or are we still waiting for someone who can look into it?

qin-yu avatar Dec 07 '22 14:12 qin-yu