[Bug 43085] TIM message manager window unresponsive partly

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 29 02:02:20 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43085

--- Comment #8 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to lilydjwg from comment #7)
> Can you tell the window sizes? The biggest one is the problematic one (and
> the main window). or if you can tell the location, the topleft corner of it
> was in the left top of my screen (1366x768). Not the centered one (login
> window), not the right top one (the popup menu from tray icon). Also not a
> tiny one (tooltip).

It's hard to tell at this point of investigation the window sizes because
all windows of the class "TXGuiFoundation" are being created either 0x0
or -1x-1 (which also means 0x0). In order to tell the final window size
it's needed to track down the window's life time including all move/resize
events, and for that one would need to inspect almost the whole log.

> The window should expand and shrink when I click "消息记录" button, updating the
> position of items on the top part. On the left is a sidebar of buddy list,
> which should respond to mouse moves and clicks. Under wine it works fine
> after the window loses focus.

>From the log it's impossible to recognize windows by their captions/text
since in the log the unicode characters are represented in hex, and I could
imagine that even for a chinese speaking person it's pretty hard (if not
impossible) to fluently associate unicode hex character codes with their
appropriate visual representation.

> What I did (I try my best to recall):
> * logged in. clicked the remember passwords checkbox (though it hardly
> works). typed in my password and waited
> * the login window faded away, and the main window appeared. moved my mouse
> to the button "消息记录" and waited
> * I moved the the window a bit while waiting, but it moved back automatically
> * the button responded by changing appearance, and I clicked on it
> * waited long enough for the window to expand. then moved mouse to the left
> top to see if it responded or not. I might have clicked once there
> * defocused the window by moving mouse to another (native) window
> * moved mouse to the left of window again to see if it responded. it
> responded, the background of the item under mouse became grey
> * clicked "消息记录" again and the window shrank back its size
> * tried clicked on the left again and it didn't respond. then defocused and
> tried again
> * waited for the click to do actual things (reading information and present
> in the main part of window)
> * also tried to focus a text entry at the left top, it worked.
> * closed the window
> * right clicked the tray icon, selected "退出" (Quit) from a popup window
> * waited for the process to exit

Thanks, I'm mostly interested to know whether you clicked at the not responsive
window, how much times, at which approximate coordinates, and what happened
after the clicks.

> If you need I can record a screencast next time. It'll be quite long anyway
> because it is terribly slow in debug mode.

Recording a movie during logging would be an overkill, I'll let you know if
I need more information or another log. Thanks.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list