Page MenuHome

UI Bug with Full Window mode
Closed, ResolvedPublic

Description

System Information
Windows 8.0 Intel HD Graphics 4600

Blender Version
Broken: 2.72b, 9e963ae
Worked: 2.49

Short description of error
When exiting full screen mode it changes the window from file browser to what ever it was before.
Exact steps for others to reproduce the error

  1. Open the default blender scene
  2. Take the 3d view port and turn it into a split screen.
  3. Change that split screen into the file browser
  4. Go into full screen mode (CTRL + Up Arrow)
  5. Then use the return to previous button (using the key board short cut works fine.
  6. The window will change back to the 3d view port

Event Timeline

Aaron Carlisle (Blendify) raised the priority of this task from to 90.
Aaron Carlisle (Blendify) updated the task description. (Show Details)
Aaron Carlisle (Blendify) edited a custom field.
Bastien Montagne (mont29) lowered the priority of this task from 90 to 50.Nov 29 2014, 7:51 AM

I think what happened here is. Many times blender will open a file browser in full screen when selecting something such as a texture then returns to the previous ui which is different then from the users choice.

This is prior to the fullscreen changes introduced in 7c25f16f (2.73). In fact the behaviour we have is different when you toggle fullscreen ('SCREEN_OT_screen_full_area') or you run 'SCREEN_OT_back_to_previous'.

To solve the bug as reported, all you need is this patch: P168

That said, this still doesn't solve another issue of having the 'file browser' editor being set to its previous type when you invoke an operator that requires file browser (e.g., with the mouse over the file browser editor press F2 to save the file and press cancel).

This is a bug that always existed in Blender I believe. I won't have the time to look at that any soon.

What needs to happen is that Blender needs to know if the ui changes was made by blender or the user.

So if blender is defining the ui change the fallow this code
if it is defined the user the fallow this code

Aaron Carlisle (Blendify) renamed this task from UI Bug with full coming back from full screen mode to UI Bug with Full Window mode.Dec 5 2014, 4:10 PM
Aaron Carlisle (Blendify) removed Aaron Carlisle (Blendify) as the assignee of this task.
Aaron Carlisle (Blendify) updated the task description. (Show Details)

@Dalai Felinto (dfelinto), why don't we commit your patch, as it fixes the bug here and handle the rest as ToDo? I don't think we need bug reports for behaviours that are missing since ages

@Julian Eisel (Severin), before proposing to accept the patch it's nice to test it first. It is just broken. Try pressing F1 and then "Back to previous".

And i don't really think it is such a bug, just known behavior, so unless you want to look into a proper solution to the TODO list it should go.

These are two differant bugs the first one is specific to the file browser the other is from a full window on a full window mode