Reborn
October 15, 2023, 5:18pm
#1
GDevelop latest web version.
Add a object to a global group.
Rename the object.
Check the group, the object name is still the old name and it has no picture.
A similar issue has been reported here:
opened 01:55AM - 26 Sep 23 UTC
### Is there an existing issue for this?
- [X] I have searched the [existing is… sues](https://github.com/4ian/GDevelop/issues)
### Describe the bug
Renaming a Panel Sprite Button does not update the object name inside an object group
https://github.com/4ian/GDevelop/assets/8879811/a1908bdd-4caa-4249-87ba-7bfa6d7d2425
### Steps to reproduce
1) Create panel sprite
2) Give it a name
3) Add panel sprite to group
4) Rename panel sprite
5) Check group members, old name is displayed
### GDevelop platform
Desktop
### GDevelop version
5.2.172 (editor full version: 5.2.172-7d19b811e4e14d7275f18fe920f3f73b61c2ce9f, core version: 4.0.99-0-release)
### Platform info
Windows 11
### Additional context
_No response_
I couldn’t reproduce it though, I’ll try again.
1 Like
If it happens consistently, could you open the developer tools (Ctrl + Shift + i), look in the console, try again and see if there is any message that appear in the console ?
1 Like
Reborn
October 19, 2023, 2:43pm
#4
Nothing really shows up. (These messages were already there before renaming.)
Have you tried the combination of not-global sprite + global group?
Oh interesting! I’ll have a look!
1 Like
Indeed, that’s the root cause, I’ll work on a solution
1 Like