• When I put text in field description and store it, then source code for this field in table look like this:
    <td id="desc"><i class="" aria-hidden="true"></i> <em class="">fffff</em></td>

    And when I click on Manage File and then click Update Document button, the code is changed to:

    <td id="desc"><i class="" aria-hidden="true"></i> <em class=""><p>fffff</p>
    </em></td>

    As you see, there is additional tag P inside EM after updating. In this case to the field Description applied different css style (with tag P and without tag P). May be you have some ideas how to fix this. Thank you!

    • This topic was modified 6 years, 8 months ago by Ivaseg.
    • This topic was modified 6 years, 8 months ago by Ivaseg. Reason: it's hard to write without text preview
Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author bhaldie

    (@bhaldie)

    nope I don’t need a video.

    Plugin Author bhaldie

    (@bhaldie)

    this should be completely fixed in version 3.8.7

    Thread Starter Ivaseg

    (@ivaseg)

    Many thank you. I think now it almost fixed. Just few things:
    1. Could you automatically do update description field for already uploaded files? Now I need manually manage each file to fix this bug. It’s not critical, but if some one has a lot of files, this take a lot of time for him.
    2. Can u check what will be if you change tag P to DIV for description field? I mean if u will use DIV instead P does the bug with P will be exist or not? If not, I prefer to use DIV. Why? Because tag P adds gap but DIV not. Yes, I can remove this gap through CSS, but in this case each user should to do this.

    Thread Starter Ivaseg

    (@ivaseg)

    Man, how I can remove that useless tag P in description? New uploads hasn’t this tag, but old uploads still have this tag. I can’t remove that tag P even with phpMyadmin (shortcodes stop working and I see text info like “There is no files in folder”).

    Plugin Author bhaldie

    (@bhaldie)

    im not sure… delete the old file?

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Description field small bug’ is closed to new replies.