Modify ↓
Opened 6 years ago
Closed 6 years ago
#1768 closed defect (fixed)
HTML escaping fix + autosizing feature
| Reported by: | moriyoshi@… | Owned by: | yuanying |
|---|---|---|---|
| Priority: | normal | Component: | FlashViewPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Hi!
Attached is a patch against the SVN head that addresses the followings:
- escape special characters in the movie URL rendered in the page.
- allow width / height to be non-integer values (where metrics are in percent)
- auto-detect movie size if the movie is attached locally to the wiki page.
Attachments (1)
Change History (2)
Changed 6 years ago by anonymous
comment:1 Changed 6 years ago by yuanying
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


Thanks moriyoshi.
I patched your code.