2018 R3 Bug. Buttons disappearing based on screen resolution

Hello,

We have found a bug with 2018 R3 where buttons disappear on the right had side of the screen when certain resolutions are used. It appears to be related to the div placeholder settings and missing CSS compared to R2.

We cannot log yet with Sage CRM UK team as its not officially released in the UK yet.

(Please visit the site to view this video)

Parents
  • 0

    Actually, this has been around in various forms. For example, in 7.3 SP3 select Company > People Tab > New Person, and the Buttons are out of the margin.

    This workaround is provided by Engineering:

    1) Navigate to x:\...\Sage\CRM\CRM\WWWRoot\Themes

    2) Open ergonomic.css

    3) Navigate to #RightButtonPanel

    4) Change the word from fixed to auto

    5) #RightButtonPanel{

    position: auto;

    }

    6) Complete metada refresh

    This has been slated for resolution in 2019 R1. That line could be deleted as well.

Reply
  • 0

    Actually, this has been around in various forms. For example, in 7.3 SP3 select Company > People Tab > New Person, and the Buttons are out of the margin.

    This workaround is provided by Engineering:

    1) Navigate to x:\...\Sage\CRM\CRM\WWWRoot\Themes

    2) Open ergonomic.css

    3) Navigate to #RightButtonPanel

    4) Change the word from fixed to auto

    5) #RightButtonPanel{

    position: auto;

    }

    6) Complete metada refresh

    This has been slated for resolution in 2019 R1. That line could be deleted as well.

Children
No Data