FET Forum

FET Development => Report a Bug => Topic started by: ant7 on October 02, 2016, 07:28:27 PM

Title: Duplicate vertical headers to the right small bug
Post by: ant7 on October 02, 2016, 07:28:27 PM
Hi!
I switched on Duplicate vertical headers to the right option in Settings->Timetables menu and generated timetable.
Then I edited css file and changed text font size in the left and right headers by use of
th.yAxis {
  height: 8ex;
  font-size: smaller;
}

In webbrowser view only left header had smaller font.
I looked into the html file and added <th class="yAxis">11:00-11:30</th>  for the test and it worked out.
This line should be added hundred times so please correct this error.

       <tr>
          <th class="yAxis">11:00-11:30</th>
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
         <th class="yAxis">11:00-11:30</th>    <------ missed ?!
        </tr>
Title: Re: Duplicate vertical headers to the right small bug
Post by: Liviu Lalescu on October 02, 2016, 07:37:00 PM
Thank you for the bug report! It will be fixed right-away, I hope, by Volker, if possible.
Title: Re: Duplicate vertical headers to the right small bug
Post by: Liviu Lalescu on October 04, 2016, 02:41:23 PM
This bug was fixed in FET-5.30.4, released today. Thank you for the bug report!
Title: Re: Duplicate vertical headers to the right small bug
Post by: ant7 on October 04, 2016, 06:34:39 PM
Thanks for the quick response and a new version of the program. :D