[Webkit-unassigned] [Bug 53644] [GTK] editing/deleting/5408255.html results are incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 2 06:48:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=53644





--- Comment #8 from Zan Dobersek <zandobersek at gmail.com>  2011-04-02 06:48:55 PST ---
(In reply to comment #7)
> Looking a bit into it, a deletion UI is started being created in DeleteButtonController::createDeletionUI[1] but then stops because platform resource (deleteButton) is not properly loaded so the function returns[2]. I'll see why that occurs and try to fix it.
> 

Here's why test didn't pass with a debug build - as said, the platform resource, in this case 'deleteButton.png', did not properly load because platform resources in Gtk port are loaded from DATA_DIR, but I didn't install the debug build so DATA_DIR didn't actually exist.

On the other hand, I did install the release build (with a non-default prefix, so the debug build couldn't load the resources despite being configured with a default prefix), so the test did pass in this case.

The solution to passing this test would be to make the platform resources available in correct spots on the buildbots.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list