I faced this problem while implementing Google maps in Travel Mate that is, if I would click on the map and try to drag it to view other areas on map it would move the entire widget. Seems like this is a property of widget that if we try to click any where on the widget and drag it then it moves the entire widget.
So I after searching on internet the solution I found is:
#mapContainer {
/* This required to stop the widget from dragging while the user tries to drag the map */
-apple-dashboard-region:dashboard-region(control rectangle 0px 0px 0px 0px);
}
The web pages I found useful are:
http://widgets.opera.com/widget/5982 (In comments)
Actual Documentation From Apple Dashboard
Thursday, May 31, 2007
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment