#1640 BLOC BTest-4: Paste does not work in the Web activity
Zarro Boogs per Child
bugtracker at laptop.org
Thu Jun 7 14:54:44 EDT 2007
#1640: Paste does not work in the Web activity
--------------------------+-------------------------------------------------
Reporter: J5 | Owner: marco
Type: defect | Status: new
Priority: blocker | Milestone: BTest-4
Component: web browser | Version:
Resolution: | Keywords:
Verified: 0 |
--------------------------+-------------------------------------------------
Comment (by tomeu):
Fixed in Sugar's HEAD. This simple fix can be backported easily to the
BTest-4 image:
{{{
--- a/shell/view/frame/clipboardpanelwindow.py
+++ b/shell/view/frame/clipboardpanelwindow.py
@@ -53,11 +53,11 @@ class ClipboardPanelWindow(FrameWindow):
cb_service = clipboardservice.get_instance()
key = cb_service.add_object(name="")
- cb_service.set_object_percent(key, percent = 100)
+ cb_service.set_object_percent(key, percent=0)
targets = clipboard.wait_for_targets()
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/1640#comment:4>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list