mylacventures
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Inventory Manager] Item Description not retaining html tags – formattingHi! Apologies for the delayed response.
Thank you for reporting this.
This has now been fixed in version 2.3.6 of the free plugin. The description field uses the WordPress rich text editor, but the save function was incorrectly using plain-text sanitization, which stripped all HTML tags on save. It now uses the appropriate HTML-safe sanitization so your formatting will be retained.
Note: this issue only affected the free version, Pro was not impacted.
You can now update to 2.3.6 and you should find the issue is resolved.
Let us know if you have any further problems.
WPIM Support team
Hi!
Thank you for the detailed report and the WCAG references, this was very helpful.
This has been addressed in version 2.3.6. We’ve added
for/idassociations to the search, status and sort labels throughout the filter form, so screen readers can now correctly identify each field and clicking a label moves focus to the corresponding input.Note: the search input uses
id="wpinventory_search"rather thanid="inventory_search"as suggested, since the wrapping form element already carriesid="inventory_search"– using the same ID on both would itself be an HTML violation.You shall update to 2.3.6.
Thanks again for raising this.
WPIM Support team