cb4ad9a963
We had problems because the More links were reacting on press but other elements were reacting on release. (Often the link would trigger *and* an item.) Just connecting to ::button-release-event on ClutterText gives a stuck grab (since ClutterText gets the press but not the release), so we need more complicated code that we encapsulate into a new class. link.js: new "pseudo-widget" that implements a clickable link. overlay.js: Use Link.Link for the More.. links http://bugzilla.gnome.org/show_bug.cgi?id=573323 |
||
---|---|---|
.. | ||
appDisplay.js | ||
button.js | ||
dnd.js | ||
docDisplay.js | ||
genericDisplay.js | ||
link.js | ||
main.js | ||
overlay.js | ||
panel.js | ||
runDialog.js | ||
tweener.js | ||
windowManager.js | ||
workspaces.js |