Skip to content

Touchkit v4.0.3, error in ViewPortSettings / modifyBootsrapPage #419

Description

@vaadin-bot

Originally by @TatuLund


There is a typo in line 154 of the modifyBootstrapPage method of the ViewPortSettings class.

This sentence is wrong

open = addViewPortRule(content, open, "minimum-scale", getViewPortMaximumScale());

It obviously should be

open = addViewPortRule(content, open, "minimum-scale", getViewPortMinimumScale());


Imported from https://dev.vaadin.com/ issue #19701

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions