Bug 93676 - DraggableRegion doesn't update when content size changed.
Summary: DraggableRegion doesn't update when content size changed.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 19:01 PDT by Junmin Zhu
Modified: 2020-06-25 13:48 PDT (History)
2 users (show)

See Also:


Attachments
html file (229 bytes, text/html)
2012-08-13 23:00 PDT, Junmin Zhu
no flags Details
css file (321 bytes, text/css)
2012-08-13 23:00 PDT, Junmin Zhu
no flags Details
js file (352 bytes, application/x-javascript)
2012-08-13 23:01 PDT, Junmin Zhu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Junmin Zhu 2012-08-09 19:01:03 PDT
In the frameless packaged app, window can be dragged if set with "-webkit-widget-region" in app.
But draggableRegion doesn't update when content size changed, such as: window resized, window maximized etc.
Comment 1 Jian Li 2012-08-09 22:13:01 PDT
(In reply to comment #0)
> In the frameless packaged app, window can be dragged if set with "-webkit-widget-region" in app.
> But draggableRegion doesn't update when content size changed, such as: window resized, window maximized etc.

Please include the html/js that shows this bug. I think I observe that the browser process receives the notification when the window is resized on Windows.
Comment 2 Junmin Zhu 2012-08-13 23:00:30 PDT
Created attachment 158221 [details]
html file
Comment 3 Junmin Zhu 2012-08-13 23:00:54 PDT
Created attachment 158222 [details]
css file
Comment 4 Junmin Zhu 2012-08-13 23:01:21 PDT
Created attachment 158223 [details]
js file
Comment 5 Junmin Zhu 2012-08-13 23:03:07 PDT
please check the attachment, when enlarge the content size, the enlarged region is't treated as draggable region.