smartdevicelink / sdl_hmi

BSD 3-Clause "New" or "Revised" License
14 stars 43 forks source link

"Reset timeout" window countdown counter is out of UI viewport #600

Closed yshatskyi closed 3 years ago

yshatskyi commented 3 years ago

Bug Report

"Reset timeout" window has countdown counter which should be visible to user; however only left part of its label is visible, at least in maximized Chromium window on 1080p display

Precondition
  1. In sdl_preloaded_pt.json default app_policies groups contain group with "SetInteriorVehicleData" RPC, "moduleType" contains some remote control module, e. g.:
        "app_policies": {
            "default": {
                "groups": [
                    "RemoteControl"
                ],
                "moduleType": [ "CLIMATE" ]
            },
  2. SDL and HMI are started.
  3. App1 and app2 are registered and activated with "REMOTE_CONTROL" type.
  4. In HMI settings, [gears icon] -> Policies -> RSDL Functionality Options -> set Allowed, Ask driver
Reproduction Steps
  1. In 1st app, execute SetInteriorVehicleData for some allowed RC module (e. g. moduleType: CLIMATE, skip ModuleId to use 1st module of the type)
  2. In 2nd app, execute SetInteriorVehicleData for same allowed RC module
Expected Behavior

"Reset timeout" windows is displayed with all elements fully visible

Observed Behavior

Countdown counter is out of UI viewport (see right edge)

Browser & Version Information
yshatskyi commented 3 years ago

Luxoft team is going to prepare the fix

iCollin commented 3 years ago

Closed via https://github.com/smartdevicelink/sdl_hmi/pull/601