zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

gridArrays off-by-one error #127

Closed ashashwat closed 10 years ago

ashashwat commented 10 years ago

The new option gridArrays (when set to true) is misaligned by 1 space.

Example,

The problem statement as rendered in Arena.

screen shot 2014-01-05 at 2 42 18 pm

The Greed generated problem statement.

screen shot 2014-01-05 at 2 42 12 pm

vexorian commented 10 years ago

Meh. This is a regression after the html refactoring. The grid feature is working fine, it is the HTML that makes the first space get ignored.

A temporary fix that ruins the highlight is to add display:block to the CSS. I think that do fix it for real without ruining the highlihgt I need to do many modifications to the HTML ...

vexorian commented 10 years ago

Does the most commit version fix this for you as well?

ashashwat commented 10 years ago

:+1: Thanks. Closing the issue.