Skip to content

Cell word split changing upon click? #53

Description

@MartinKjunior

Just wanted to make a note of this weird behaviour in case someone else stumbles on it as well:

In Section Q the row Q.OP1.010 has a weird behaviour. Trying to double-click on the equation in Q.OP1.012 will cause the words Maximum number of iterations jump between

Maximum number 
of iterations

and

Maximum 
number of 
iterations

which causes the rest of the table to move down slightly and cause your second click on the equation to miss. For now I did a rough patch with Maximum <br>number of iterations to force how it splits, but I wonder if this is an issue with

.md-typeset td {
    overflow-wrap: break-word;
}

in extra.css not working properly?
Similar changes in the table after clicking happen also in M.SM4.003, M.IC1.004, M.IC1.005, M.IC1.006, M.DM1.001, M.DM1.002, M.DM1.009, M.LC1.001, G.MI1.003, all G.OP2.x, some G.DI1.x, but only for some of the equations per row and in these cases it doesn't affect user experience much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions