[4.1][BUG] Error sound when clicking empty task bar.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[4.1][BUG] Error sound when clicking empty task bar.

Casey Ransberger-2
Repro:

 

--
Casey Ransberger

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: [4.1][BUG] Error sound when clicking empty task bar.

Casey Ransberger-2
Not sure why alt-tab sent my message in gmail... humph. 

Okay, repro:

Click the Taskbar while nothing's docked there.

Actual:

Cuis makes the user-error clicking sound, and for a split second, the Taskbar is half width and on the middle right part of the screen, then bouncing back to the bottom at full width.

Expected:

I don't expect anything to happen.

Hypothesis:

IIRC, I did something a little odd to make the Taskbar resize with the VM window, maybe using #step. Checking... right. I wouldn't be shocked if the bug was happening near here. Also note that there's been some churn on this method as recently as October, judging from the version browser.

Taskbar>>step

"My dimensions are constrained live."
self morphExtent: (self internalize: self world morphExtent) x @ 18.
self morphPosition: 0@ (self world morphExtent y - (self externalizeDistance: extent ) y)

On Fri, Dec 14, 2012 at 9:25 PM, Casey Ransberger <[hidden email]> wrote:
Repro:

 

--
Casey Ransberger



--
Casey Ransberger

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: [4.1][BUG] Error sound when clicking empty task bar.

Juan Vuletich-4
Thanks, Casey. Fix available at GitHub.

Cheers,
Juan Vuletich

Casey Ransberger wrote:

> Not sure why alt-tab sent my message in gmail... humph.
>
> Okay, repro:
>
> Click the Taskbar while nothing's docked there.
>
> Actual:
>
> Cuis makes the user-error clicking sound, and for a split second, the
> Taskbar is half width and on the middle right part of the screen, then
> bouncing back to the bottom at full width.
>
> Expected:
>
> I don't expect anything to happen.
>
> Hypothesis:
>
> IIRC, I did something a little odd to make the Taskbar resize with the
> VM window, maybe using #step. Checking... right. I wouldn't be shocked
> if the bug was happening near here. Also note that there's been some
> churn on this method as recently as October, judging from the version
> browser.
>
> Taskbar>>step
>
> "My dimensions are constrained live."
> self morphExtent: (self internalize: self world morphExtent) x @ 18.
> self morphPosition: 0@ (self world morphExtent y - (self
> externalizeDistance: extent ) y)
>
> On Fri, Dec 14, 2012 at 9:25 PM, Casey Ransberger
> <[hidden email] <mailto:[hidden email]>> wrote:
>
>     Repro:
>
>      
>
>     --
>     Casey Ransberger
>
>
>
>
> --
> Casey Ransberger


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org