THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Caleb Maclennan (alerque)
Attached to Project - awesome
Summary - wibox does not update layout width when moved to a different screen
Task Type - Bug Report
Category - Wibox
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Low
Priority - Normal
Reported Version - 3.4.2
Due in Version - Undecided
Due Date - Undecided
Details - wiboxes do not adjust their width if not assigned to the correct 
screen on creation. For example I have a config that creates a wibox, then 
later if a second monitor is availible, moves it off there. The second monitor 
being smaller, the wibox is drawn partially out of bounds on the new screen. It 
locates properly but does not adjust it's width.

wibox = awful.wibox({position="top"})
....later...
wibox.screen = 2

Fails to draw correctly. (right justified widgets will be off screen on a 
second monitor)

wibox = awful.wibox({position="top", screen = 2})

Succeeds.

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=695

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to