ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: emanuele on March 18, 2014, 05:29:08 am

Title: Usual oddity
Post by: emanuele on March 18, 2014, 05:29:08 am
The message index is a bit broken with js disabled.
It's not completely broken, basically two things:
Title: Re: Usual oddity
Post by: Antechinus on March 18, 2014, 06:38:40 am
Bad css and/or js. Shouldn't happen. Someone has forgotten to declare CSS to hide the droppy off hover. If it's using the same classes as the other droppies (it should) then it should be taken care of easily enough.

The date and time should have nothing to do with the last message icon. That's just a basic anchor. Why would js be buggerising around with it?
Title: Re: Usual oddity
Post by: TE on March 18, 2014, 07:48:12 am
the date/time thingy is related to the shortened column for relative Dates.. Relative dates don't need that much space for displaying the date compared to normal dates, therefore the column was shortened at some point..
Maybe we should always use the same width?
Title: Re: Usual oddity
Post by: emanuele on March 18, 2014, 08:43:18 am
An option could be to add the class via js:
https://github.com/emanuele45/Dialogo/commit/57397fcfcec7702c9b522c36efca90b30de94a1d
Title: Re: Usual oddity
Post by: TE on March 18, 2014, 09:02:22 am
yep, nice  :+1;
Title: Re: Usual oddity
Post by: emanuele on March 18, 2014, 09:23:35 am
;D
Title: Re: Usual oddity
Post by: emanuele on March 18, 2014, 12:31:49 pm
And fixed the droppy here:
https://github.com/emanuele45/Dialogo/commit/3c9070d13a19a3ac7c4d0daf1be05de33a7ca4a7