Forum

Mobile Ticket List ...
 
Notifications
Clear all

Mobile Ticket List Rendering Incorrectly

6 Posts
3 Users
0 Reactions
30 Views
Posts: 7
Topic starter
(@abtchurch)
Member
Joined: 4 years ago

osTicket v1.16.1 // osTicket-1.16.1-Awesome-101
PHP 8.0.13 // MySQL 5.7.36 // Apache web server

Anyone else having odd rendering issues on the staff-site mobile view of tickets? In the screenshot below, the Last Updated and Assigned to data is truncated and displays different sizing. I've turned off my custom CSS but the issue persists, so I don't think it's anything I've done. Any suggestions with where this may be or how to resolve it?


5 Replies
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Thank you for reporting this. I will fix it in the next release.

I definitely see the issue with Last Updated on my end. You can fix this simply by adding the following code to Admin Panel > Theme > Custom CSS:

@media only screen and (max-width: 760px) {
    .list td.osta_lastupdated:before {
      content: "Last Updated";
      top: -4px !important;
    }
}

Unfortunately I do not see the issue with Assigned To on my end. I wonder if you've customized the order of columns in the desktop version of the Ticket List (which will also affect the mobile version)?

If you would like me to try to figure out what is going on I will need access to your installation to investigate.

I will mark this as resolved for now, but feel free to still post any updates or questions here.


Reply
Posts: 15
(@ablovatto)
Member
Joined: 4 years ago

Hello Stevland.

The field names translation in agents directory page (mobile view) is not working. Also note that the "name" field is in the wrong position.

Thanks,

Anderson


Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Which language pack are you using?

The "name" field will be fixed in the next release, thank you for the report.

If you want to fix it right away please add the following to Admin Panel > Theme > Custom CSS:

@media only screen and (max-width: 760px) {
   .directory-page .list td:nth-of-type(2) {
     padding-top: 0 !important;
   }
   .directory-page .directory .list td:first-child {
     display: block;
   }
}


Reply
Posts: 15
(@ablovatto)
Member
Joined: 4 years ago

Hello Stevland,

This CSS customization didn't work. 

I'm using the latest version of Osticket Awesome v. 1.16.3 from a new one install. 

The tests above were made from my developer platform AND your online testing platform, both in Brazilian Portuguese language.

Also, when creating a new ticket, the datepicker is also not translating to Brazilian Portuguese. This error also occurs on your online testing platform.  The other items are being translated normally, except in the agent directory (/scp/directory.php) where the field names are not being translated either.


Reply
Page 1 / 2
Share: