Opened 17 years ago
Closed 17 years ago
#2238 closed Bug (fixed)
Object placeholder is blank in compressed version
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
Component: | General | Version: | FCKeditor 2.6 |
Keywords: | Confirmed Review+ | Cc: |
Description
Steps to Reproduce
- Open the nightly build.
- Paste any YouTube video in the source, like the following:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/1suHskbL1pE&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1suHskbL1pE&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
- Switch to WYSIWYG.
Note that the <object> placeholder is totally blank, instead of having the puzzle icon and the border. It is still selectable though, so it seems to be something related to the compressed CSS.
The "unpacked" SVN verstion (trunk) don't have this problem.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
Changed 17 years ago by
Attachment: | 2238.patch added |
---|
comment:2 Changed 17 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [2056]. Click here for more info about our SVN system.
The styles for the <object> placeholder where missing in the compressed version.