Acknowledged
CIQQA-3124

Instinct E / Instinct 3 Solar, sim: simple data field value is right-aligned / truncated for top field, in 3 Field Layout A

For the same field, the label is properly centred, as are all the labels and values for all other layouts.

See comment for screenshots.

Parents
  • > simple data field value is right-aligned / truncated for top field, in 3 Field A layout

    To be clear, what's probably actually happening is that the value is simply misaligned with the label.

    This can be seen from the field definition in simulator.json

    // first/top field for 3 Field A, instinct3solar45mm (broken)

    {
        "data": {
            "font": "numberMedium",
            "justification": "center",
            "width": 95,
            "x": 94,
            "y": 57
        },
        "label": {
            "font": "xtiny",
            "justification": "center",
            "x": 64,
            "y": 18
        },

    The x value for the label is very far from the x value for the field value. For other layouts/fields, the x values are similar.

    // first/top field for 3 Field A, instinct2 (good)
    {
        "data": {
            "font": "numberHot",
            "justification": "center",
            "width": 80,
            "x": 51,
            "y": 50
        },
        "label": {
            "font": "xtiny",
            "justification": "center",
            "x": 61,
            "y": 19
        },
Comment
  • > simple data field value is right-aligned / truncated for top field, in 3 Field A layout

    To be clear, what's probably actually happening is that the value is simply misaligned with the label.

    This can be seen from the field definition in simulator.json

    // first/top field for 3 Field A, instinct3solar45mm (broken)

    {
        "data": {
            "font": "numberMedium",
            "justification": "center",
            "width": 95,
            "x": 94,
            "y": 57
        },
        "label": {
            "font": "xtiny",
            "justification": "center",
            "x": 64,
            "y": 18
        },

    The x value for the label is very far from the x value for the field value. For other layouts/fields, the x values are similar.

    // first/top field for 3 Field A, instinct2 (good)
    {
        "data": {
            "font": "numberHot",
            "justification": "center",
            "width": 80,
            "x": 51,
            "y": 50
        },
        "label": {
            "font": "xtiny",
            "justification": "center",
            "x": 61,
            "y": 19
        },
Children
No Data