Bug ID 1468589: TypeError: Cannot convert a Symbol value to a string in CSSStyleDeclaration Object Getter and Setter Functions

Last Modified: Aug 27, 2024

Affected Product(s):
BIG-IP APM(all modules)

Fixed In:
16.1.5

Opened: Dec 21, 2023

Severity: 4-Minor

Symptoms

APM is unable to read or modify the CSS properties to dynamically change the style of the element

Impact

Unable to read or modify the CSS properties to dynamically change the style of the element

Conditions

Modern Rewrite Mode is enabled

Workaround

Use the below iRule: when CLIENT_ACCEPTED { ACCESS::restrict_irule_events disable } when HTTP_REQUEST { if { [HTTP::path] ends_with "cache-fm-Modern.js" } { HTTP::respond 200 content [ifile get ModernCachefm] } } Request the iFile with the fix via an escalation

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips