Go to admin install something so you generate a message. When the message arrives dismiss it. The success message collapses. I think the error message collapses too. The information messages do not collapse.
The success message collapses. I think the error message collapses too.
The information message collapses like the other two.
The information messages do not collapse.
Here is a video of me doing this. https://dl.dropboxusercontent.com/u/40004789/joomla-admin.mp4
Ah I see, this is unusual behaviour though right? We should try to "fix" it? The average user will see this as a mistake in my opinion so a UX fail. Or is this something that's unfixable?
Yes it is a bug - i was just correcting your description of the issue
Status | New | ⇒ | Confirmed |
Category | ⇒ | JavaScript Templates (admin) |
I think it is an issue even when you have one notification. I was able to reproduce it with one error message.
https://drive.google.com/file/d/0B3rA3UKTXpVsc1hOQmJJTG95OUU/view
@Achal-Aggarwal
That JED message is very specific. It is not displayed in the same <div>
, i.e. system-message-container
There is no Close
button for it.
@infograf768
I can see that the message is wrapped under system-message-container only and there is a close button to close it.
If I am mistaken then I guess we should fix that message as well. It is bad user experience if as a user I click on close and message does get closed but leave empty white space for nothing.
Due to limited Ui knowledge I am not sure how to fix this, but give me few hours to see what's wrong there.
i was speaking of the jed message, not the error message. it closes fine here
Just FYI to those who didn't see the other issue regarding this. It's to do with the Javascript here: https://github.com/joomla/joomla-cms/blob/staging/administrator/templates/isis/js/template.js#L297
Looking into this, #jab17
Hi @C-Lodder
can you point us at which other issue is related to this exactly??
Thsnks
The issue come from the code in the issue above. Been a while since I properly debugged this, but it's something to do with replacing span10
with span12
(and vice versa). I fixed this by doing the markup properly, but cannot remember exactly. Enjoy :)
Status | Confirmed | ⇒ | Discussion |
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-18 11:37:27 |
Closed_By | ⇒ | brianteeman |
Looks like this has been resolved elsewhere as it can no longer be reproducced
It is not an issue with the information message type. The problem is that when you have more than one message the "collapse" only happens on dismissing the first one