Opened 15 years ago
Last modified 14 years ago
#7111 confirmed Bug
Div styling through dialog broken
| Reported by: | Sa'ar Zac Elias | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Dialogs | Version: | 3.4.1 |
| Keywords: | Cc: |
Description (last modified by )
- Open a sample that has this style in its style set:
{ name : 'TEST1', element: 'div', styles : { 'color' : 'red' } }, - Click inside the sample content and click the div icon.
- Choose TEST1 from the styles list.
- Click OK.
JS error is thrown:
style._.definition.attributes is undefined /_source/plugins/div/dialogs/div.js L339
Regression of [5846].
Change History (3)
comment:1 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 14 years ago by
| Status: | new → confirmed |
|---|
comment:3 Changed 14 years ago by
| Component: | General → UI : Dialogs |
|---|---|
| Summary: | Div styling through dialog might be broken → Div styling through dialog broken |

This still occurs in version 3.6.
style._.definition.attributes is undefined
/_source/plugins/div/dialogs/div.js
Line 338