Opened 17 years ago
Closed 17 years ago
#1209 closed Bug (fixed)
Opera: illegal value of align attribute (Block Justify)
Reported by: | Aleksey Onopriyenko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Opera Compatibility |
Component: | General | Version: | |
Keywords: | Cc: |
Description
'Block Justify' command sets illegal value ( "full"
) of align
attribute.
Steps to reproduce
- Load
sample01.html
- Click 'Block Justify' button. Now 'Left Justify' is highlighted instead of 'Block Justify'.
- Switch to Source mode.
The first p
element has align="full"
attribute. The correct value is "justify". If change it manually and switch back to editing WYSIWYG mode the 'Block Justify' will be highlighted.
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [834]. (Lots of patches there, so I'm only replying with the last one)
Click here for more info about our SVN system.
Tested with Opera 9.5 alpha (build 9500)
Btw, Opera 9.23 sets the right value.