Re: downloads gui appearance
Jorge wrote:
On Thu, May 19, 2011 at 09:27:50PM +0000, corvid wrote:
It generally looks like the attached to me.
PS I just noticed that putting the cursor over the filename bar to see the tooltip makes it just flash and flash in a cycle.
I'm puzzled, never happened to me. I tried to reproduce it with no "luck".
Please ask in dillo-dev on whether somebody else sees this bug.
Here's what I was talking about with Jorge: http://www.dillo.org/test/download_complete.png (I haven't seen the strange tooltip behaviour again, though.)
Also, I just tried downloading two files at once, and...I imagine the window is supposed to resize or something, but it didn't. (I generally use wget manually instead of the dpi)
On Sat, May 28, 2011 at 05:19:53PM +0000, corvid wrote:
Also, I just tried downloading two files at once, and...I imagine the window is supposed to resize or something, but it didn't.
No the idea is it to keep its size, and have a scroll (usually long downloads are left as a small window that you skim once in a while). You can resize it manually though. -- Cheers Jorge.-
Jorge wrote:
On Sat, May 28, 2011 at 05:19:53PM +0000, corvid wrote:
Also, I just tried downloading two files at once, and...I imagine the window is supposed to resize or something, but it didn't.
No the idea is it to keep its size, and have a scroll (usually long downloads are left as a small window that you skim once in a while).
You can resize it manually though.
I didn't have a scrollbar.
On Fri, May 20, 2011 at 08:42:38PM +0000, corvid wrote:
Jorge wrote:
On Thu, May 19, 2011 at 09:27:50PM +0000, corvid wrote:
It generally looks like the attached to me.
PS I just noticed that putting the cursor over the filename bar to see the tooltip makes it just flash and flash in a cycle.
I'm puzzled, never happened to me. I tried to reproduce it with no "luck".
Please ask in dillo-dev on whether somebody else sees this bug.
Here's what I was talking about with Jorge: http://www.dillo.org/test/download_complete.png
(I haven't seen the strange tooltip behaviour again, though.)
Finally I saw the behaviour. After Debian wheezy upgraded to the newest glib (with the polemic optimized memcpy that breaks apps. on amd64 which should have used memmove). I saw the issue! I'll look into it ASAP. Have you found something new on this? -- Cheers Jorge.-
On Tue, Jun 28, 2011 at 10:35:39AM -0400, Jorge Arellano Cid wrote:
On Fri, May 20, 2011 at 08:42:38PM +0000, corvid wrote:
Jorge wrote:
On Thu, May 19, 2011 at 09:27:50PM +0000, corvid wrote:
It generally looks like the attached to me.
PS I just noticed that putting the cursor over the filename bar to see the tooltip makes it just flash and flash in a cycle.
I'm puzzled, never happened to me. I tried to reproduce it with no "luck".
Please ask in dillo-dev on whether somebody else sees this bug.
Here's what I was talking about with Jorge: http://www.dillo.org/test/download_complete.png
(I haven't seen the strange tooltip behaviour again, though.)
Finally I saw the behaviour.
After Debian wheezy upgraded to the newest glib (with the
Should have written libc6 (s/glib/libc6). -- Cheers Jorge.-
On Tue, Jun 28, 2011 at 03:42:55PM +0000, corvid wrote:
Jorge wrote:
After Debian wheezy upgraded to the newest glib (with the polemic optimized memcpy that breaks apps. on amd64 which should have used memmove). I saw the issue!
This memcpy() seems to be a 64-bit-only change, yes?
AFAIU, yes [1]. [1] http://sourceware.org/bugzilla/show_bug.cgi?id=12518 -- Cheers Jorge.-
Jorge wrote:
On Tue, Jun 28, 2011 at 03:42:55PM +0000, corvid wrote:
Jorge wrote:
After Debian wheezy upgraded to the newest glib (with the polemic optimized memcpy that breaks apps. on amd64 which should have used memmove). I saw the issue!
This memcpy() seems to be a 64-bit-only change, yes?
AFAIU, yes [1].
I'm on 32-bit, so perhaps it won't be the culprit.
On Fri, May 20, 2011 at 08:42:38PM +0000, corvid wrote:
Jorge wrote:
On Thu, May 19, 2011 at 09:27:50PM +0000, corvid wrote:
It generally looks like the attached to me.
PS I just noticed that putting the cursor over the filename bar to see the tooltip makes it just flash and flash in a cycle.
I'm puzzled, never happened to me. I tried to reproduce it with no "luck".
Please ask in dillo-dev on whether somebody else sees this bug.
Here's what I was talking about with Jorge: http://www.dillo.org/test/download_complete.png
I saw exactly the same on amd64, Debian wheezy. No problem in the same machine with the same code and Ubuntu i386.
(I haven't seen the strange tooltip behaviour again, though.)
Please test the committed patch (it solves the problem here). It's a bunch of cleanups and a couple of workarounds. It looks like for some unknown reason the rectangular area below the file name and to the left of "Time" is erased. The meters titles were only drawn once, so they remained invisible. The strange pattern in the screenshot is beyond me ATM. -- Cheers Jorge.-
Jorge wrote:
Please test the committed patch (it solves the problem here). It's a bunch of cleanups and a couple of workarounds.
It looks like for some unknown reason the rectangular area below the file name and to the left of "Time" is erased. The meters titles were only drawn once, so they remained invisible. The strange pattern in the screenshot is beyond me ATM.
It's working for me...
On Thu, Jun 30, 2011 at 07:04:56PM +0000, corvid wrote:
Jorge wrote:
Please test the committed patch (it solves the problem here). It's a bunch of cleanups and a couple of workarounds.
It looks like for some unknown reason the rectangular area below the file name and to the left of "Time" is erased. The meters titles were only drawn once, so they remained invisible. The strange pattern in the screenshot is beyond me ATM.
It's working for me...
Good! Now it looks more deterministic than it seemed. -- Cheers Jorge.-
participants (2)
-
corvid@lavabit.com
-
jcid@dillo.org