Ticket #2556 (s3c_implementation_ok bug)

Opened 13 years ago

Last modified 13 years ago

[html] Text tabulation fix

Reported by: todor Owned by: antoni
Priority: major Milestone: Y1
Component: uncategorized Version: 2.1
Keywords: Cc:
Category: unknown Effort:
Importance: Ticket_group:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Analysis_owners: Design_owners:
Imp._owners: Test_owners:
Analysis_reviewers: Changelog: Changelog
Design_reviewers: Imp._reviewers:
Test_reviewers: Analysis_score: 0
Design_score: 0 Imp._score: 0
Test_score: 0

Description

  • different font sizes have different width of the tabulation
  • the tabulation should not be related with the font size of the text

Change History

comment:1 Changed 13 years ago by todor

  • Status changed from new to s1b_analysis_finished

comment:2 Changed 13 years ago by antoni

  • Status changed from s1b_analysis_finished to s2a_design_started

comment:3 Changed 13 years ago by antoni

  • Status changed from s2a_design_started to s2b_design_finished

comment:4 Changed 13 years ago by antoni

  • Status changed from s2b_design_finished to s2c_design_ok

comment:5 Changed 13 years ago by antoni

  • Owner set to antoni
  • Status changed from s2c_design_ok to s3a_implementation_started

comment:6 Changed 13 years ago by antoni

Fixed size tabulations will be displayed anymore like tabulations in Sophie.
Font family Monospace with font-size of 10 will be used to display tabulation with width of 48px.

Code was commited in revision [10068].

comment:7 Changed 13 years ago by antoni

  • Status changed from s3a_implementation_started to s3b_implementation_finished

Tabulation width constant in Sophie Author is modified from 50 to 48px to be equal to tabulation diplayed in Sophie HTML Reader.

Code is commited in revision [10069].

comment:8 Changed 13 years ago by antoni

Replace of tabulation symbol is modified and now it is made by for loop instead of replace method because of wrong behavior of the method.

Code is commited in revision [10070].

comment:9 Changed 13 years ago by todor

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • this seems to be working correctly, the only exception is when the paragraph is justified, in this case the text spacing differs when the book is exported
Note: See TracTickets for help on using tickets.