FLUID-3697: Undo hard-codes selector classes instead of using user-configured values

Metadata

Source
FLUID-3697
Type
Bug
Priority
Blocker
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2010-08-30T15:34:48.829-0400
Updated
2021-07-29T01:45:58.708-0400
Versions
  1. 1.2
  2. 1.3
  3. 1.4
  4. 1.5
  5. 2.0
  6. 3.0
Fixed Versions
N/A
Component
  1. Undo

Description

The Undo decorator generates markup that hard-codes selector class names into the HTML, despite the fact that the selectors are specified in the defaults, and a can be overridden by the implementer. If the implementer does override them, the showing/hiding of the controls will fail, because it will try to show/hide elements with the customized selectors, while the generated markup has the defaults.