IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[igDialog] Background doesn't get blurred until modal igDialog completely shows up when openAnimation is "fade".

norikois opened this issue · comments

Description

[igDialog] Background doesn't get blurred until modal igDialog completely shows up when openAnimation is "fade".

  • ignite-ui version: 19.1
  • browser: Chrome, IE11, Edge (As to Firefox, not being checked)

Steps to reproduce

  1. Open the attached Sample2.html in a browser.
  2. Click "Open the dialog" button.

Result

The pink part remains pink until the modal dialog completely shows up.

Expected result

The pink part should become blurred as soon as the modal dialog starts to be shown up.

Attachments

Sample2.zip

This is caused by #1204

Turns out this wasn't a regression. The behavior is the same in 16.2 and the linked issue addresses another bug (the animation was not properly handling a configuration object).