View Bug Details

IDProjectCategoryView StatusLast Update
0000728DCP-o-maticBugspublic2016-05-31 23:57
Reportertagline Assigned Tocarl  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platform64 bitOSWindowsOS Version7
Product Version2.4.0 
Target Version2.5.0 
Summary0000728: italic subtitles overlay other textlines.
Description

When using a XML subtitle file with words in italic dcp-o-matic lays the italic text over the other textlines.

Steps To Reproduce

I tried changing the italic words to bold and underline, and then the code came up. <b> and <u>. I tried with diffrent spacing between the codes and I tried several times. I also checked with a dcp that was already made, and when watcing it in a dcp player the italic subtitles was fine, but when importing everything into dcp-o-matic the italic font was laying over the other text. When I changed the font to normal everything was working nicely.

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work requiredAverage

Activities

tagline

2015-10-27 11:58

reporter  

italicSubtitles.JPG (666,988 bytes)

carl

2015-10-30 13:19

administrator   ~0000938

Please could you attach your XML subtitle file?

carl

2015-11-02 09:53

administrator  

italic.xml (637 bytes)   
<?xml version="1.0" encoding="UTF-8"?>
<DCSubtitle Version="1.0">
  <LoadFont Id="Font1" URI="Arial.ttf"/>
  <SubtitleID>12345678-9abc-def0-1234-56789abcdef0</SubtitleID>
  <MovieTitle>Test</MovieTitle>
  <ReelNumber>1</ReelNumber>
  <Language>English</Language>
  <Font Size="42" Weight="normal" Script="normal" Underlined="no" Id="Font1" Color="FFFFFFFF" Effect="none">
    <Subtitle SpotNumber="1" TimeIn="00:00:00:000" TimeOut="00:00:30:000" FadeUpTime="20" FadeDownTime="20">
       <Text VAlign="top" HAlign="center" HPosition="0" VPosition="87">Hello <Font Italic="yes">world</Font></Text>
    </Subtitle>
  </Font>
</DCSubtitle>
italic.xml (637 bytes)   

carl

2015-11-02 09:53

administrator   ~0000949

The attached triggers it.

carl

2015-11-02 22:49

administrator   ~0000951

Last edited: 2015-11-02 22:50

Fixed by 9bf2cf3509380663e6943f6b0d22dbec6002c332; will be in 2.4.16.

Bug History

Date Modified Username Field Change
2015-10-27 11:58 tagline New Bug
2015-10-27 11:58 tagline File Added: italicSubtitles.JPG
2015-10-30 13:19 carl Note Added: 0000938
2015-10-30 13:19 carl Assigned To => carl
2015-10-30 13:19 carl Status new => feedback
2015-11-02 09:53 carl File Added: italic.xml
2015-11-02 09:53 carl Note Added: 0000949
2015-11-02 09:54 carl Status feedback => confirmed
2015-11-02 09:54 carl Priority normal => high
2015-11-02 09:54 carl Target Version => 2.5.0
2015-11-02 22:49 carl Note Added: 0000951
2015-11-02 22:49 carl Status confirmed => resolved
2015-11-02 22:49 carl Resolution open => fixed
2015-11-02 22:50 carl Note Edited: 0000951
2016-05-31 23:57 carl Status resolved => closed