multimediaview: reset the height of container
authorMinkyu Kang <mk7.kang@samsung.com>
Sat, 26 Jan 2013 09:09:03 +0000 (18:09 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Sat, 26 Jan 2013 09:32:00 +0000 (18:32 +0900)
When cancel the fullscreen, reset the height

Change-Id: I734365eb441c61efabba744c25e3d646757b930c

src/widgets/multimediaview/js/jquery.mobile.tizen.multimediaview.js

index c80f7d7..9e9693c 100644 (file)
                                        "position": self.backupView.position,
                                        "z-index": self.backupView.zindex
                                });
+                               view.closest(".ui-multimediaview-wrap").css( "height", "" );
                                self.backupView = null;
                        }
                        parent.show();