Completed
Last Updated: 28 Aug 2023 12:15 by ADMIN
Release R3 2023
Ray
Created on: 14 Jul 2023 11:37
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: HtmlFormatProvider: Wrong parsing of border styles when both set inline and in CSS
When border styles are both set inline and in CSS they are wrongly evaluated.

3 comments
ADMIN
Peshito
Posted on: 28 Aug 2023 12:15

Hello,

This item will be available in R3 2023 Release. 

It is also available with Document Processing Libraries (DPL) version 2023.2.821 or higher.

Regards,
Peshito
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Yoan
Posted on: 24 Jul 2023 09:13

Hello Ray,

Thank you for the time you have spent researching the issue and providing us with this feedback. Such efforts by our clients are greatly appreciated and do not go unnoticed. I can assure you the shared information will most definitely be taken into consideration moving forward with resolving this task.

Regards,
Yoan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Ray
Posted on: 18 Jul 2023 13:53
From my investigations and experimentation,  the issue goes beyond setting inline and is css.

The problem appeared to be that the styles were not cascading correctly, regardless of where they were defined.  In my case,  the element selector for table/td was interfering with other class's setting the properties previously defined within the selector. (border)