When I save a place in XML format (*.rbxlx) in studio the mouse pointer turns into a busy spinning circle and never reverts to the default arrow.
I expect instead that when the save operation is complete, the mouse pointer reverts from the circle to the arrow.
This happens invariably when saving a large place in xml format.
Reproduction steps:
- Open Roblox studio
- Click the Baseplate template to start a new Baseplate place
- In the command bar, execute the following line of code:
for i=1,2000 do game.Workspace.Baseplate:Clone().Parent = game.Workspace end - Press ctrl-s to open the “Save as” dialog
- Give the place a name and change the “save as type” to “Roblox XML Place Files(*.rbxlx)”
- Click “Save”
The mouse pointer now turns into the busy spinning circle and while in studio, will never revert.
This happens in Windows 7 and has been happening for years, maybe even since the non-xml file format was introduced.
This happens even with plugins disabled.