-
Notifications
You must be signed in to change notification settings - Fork 7.6k
CSSInlineEditor: Design fail when deleting a rule in the css file itself #5643
Comments
Also, I noticed that if you delete the last rule, when you switch back to the editor, you see the inline editor briefly pop open and then shut. That might be a different issue, but worth investigating at the same time. (It's probably been this way since the animation stuff got added.) |
To me, nominating for sprint 34. |
This happens in JavaScriptQuickEdit too, so it probably is a bug in |
Ok, I'm just too stupid to get it fixed :( |
Nah, just not familiar with the codebase :) I'll take a look next sprint. |
Oh, I just found out where the problem comes from, but I don't know how to fix it: See jQuery documentation:
|
Should we maybe call |
@njx: Have you thought about a solution yet? |
I'll be looking at this next sprint. |
Closing. @SAplayer Let us know if this is not fixed for you. |
Confirmed fixed. Thank you. |
Getting Started\index.html
<body>
New Rule
, you can leave it blank. But leave it selected in the right list.main.css
in the file treeindex.html
Result: The list on the right is messed up (see screen)
Expected: The entry
body - main.css : 10
should be selectedI did a little testing, too. It only happens when the deleted rule is active in the list. It also happens when you create more than one new rule.
It's not caused by extensions (I disabled all)
@njx, I know you like these bugs 😀
The text was updated successfully, but these errors were encountered: