Skip to content

Mover Action Direction in Share Settings: illegible character to indicate the direction of Mover's action #2545

@DelPoint

Description

@DelPoint

$('#moverDirection1 option:eq(0)').text($('#primary option:eq(' + z(0) + ')').text() + ' ⮕ ' + $('#secondary option:eq(' + z(1) + ')').text());

$('#moverDirection1 option:eq(1)').text($('#secondary option:eq(' + z(1) + ')').text() + ' ⮕ ' + $('#primary option:eq(' + z(0) + ')').text());

Hi All,

The refenced lines above defines the select element's option tags used to select the direction of Mover's action on the Share settings page.
The character '⮕' in the lines is supposed to indicate the direction of Mover's action. It doesn't really do that :-)
Maybe it would be better to use HTML entity/codes, like ← (←) or → (→)? These are all supported by modern browsers, I guess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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