Bug 383672

Summary: Busy cursor in file dialogs
Product: [openSUSE] openSUSE 11.0 Reporter: Forgotten User vs5edErKRK <forgotten_vs5edErKRK>
Component: YaST2Assignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P5 - None CC: coolo
Version: Beta 1   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Screen shot for step 4. In Swedish

Description Forgotten User vs5edErKRK 2008-04-25 08:46:51 UTC
1. open YaST
2. Choose Network Services
3. Choose HTTP Server
4. Not sure exactly what happened. I think de first time a window came up that looks like what I get when I choose Hostcomputers or Hosts and then add. I then get a window called New host information.
5. I enter a hostname.
6.At document root for server I click browse-
7. At /srv I click www.
8. directory www doesn't open for a long while.
Comment 1 Michal Zugec 2008-04-25 09:09:59 UTC
Please screenshots from steps 4 and 5
Comment 2 Forgotten User vs5edErKRK 2008-04-25 09:18:33 UTC
Created attachment 210443 [details]
Screen shot for step 4. In Swedish
Comment 3 Michal Zugec 2008-04-25 10:18:50 UTC
Discussed with reporter and do some tests, only problem seems to be busy indicator for UI::AskForExistingDirectory() function
Steffen, can this indicator be changed to normal?
Comment 4 Stefan Hundhammer 2008-04-25 11:26:17 UTC
I am not Steffen, but I can still try to see what I can do... ;-)
Comment 5 Stefan Hundhammer 2008-04-29 15:03:36 UTC
The normalCursor() and busyCursor() calls were there all the time, but they were disabled with '#if 0'. Looks like there was a (hopefully temporary) problem with that during the Qt4 port.

Now re-enabled those calls.