Close/maximise buttons not appearing in dialog

support Quba asked on November 28, 2018 12:04

I'm using a custom form control to select media files, as the inbuilt ones don't really do the job. This is working fine, except for the media libraries dialog that opens up doesn't have close and maximise buttons.

I'm using the cms:MediaSelector control, and I've traced the issue to CMSMasterPages/LiveSite/Dialogs/TabsHeader.master line 29, where the cms:PageTitle control doesn't have IsDialog set to true.

So two questions really:

  • Is this deliberate, or a bug?
  • What's the best way to fix this? Obviously I don't want to be modifying core code if at all possible, so I wonder if there's another way to do it?

Recent Answers


Peter Mogilnitski answered on November 28, 2018 14:45

Can you share a screenshot?

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on November 28, 2018 16:17

Based on Kentico's usage, I'm willing to bet it's built that way. The simple thing to do would be to clone that control and reference that control in your custom control with that minor change made.

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.