Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
19

The InDesign Application Frame gets stuck outside the screen area/behind menu bar

Explorer ,
Feb 19, 2019 Feb 19, 2019

Every so often, since working on my current iMac (2017), my Application Frame in InDesign gets stuck on my second 32" Benq monitor. The top bar area sits just behind the menu bar. Once it's there, it's there. The accessibility to reposition the frame is now not possible. Even switching the Application Bar, the background frame is still stuck and cannot be moved.

Screenshot 2019-02-19 at 09.50.38.png

Surely, there must be a limit from stopping the Application Frame from running off behind the menu and off the top of the screen, or at least allow an interactive method in a dropdown menu to reset the Application Frame back within the frame of the monitor.

For the moment, the only way I have found to resolve this would be to 'Delete InDesign Preference file' (Shift+Control+Option+Command) on start-up and reapply my personal settings and workspaces.

After resetting, this crucial part of the frame is now visible.

Screenshot 2019-02-19 at 10.10.31.png

I'm running MacOS Mojave Version 10.14.3, on an iMac 27-inch 4.2Ghz Intel Core i7 running a second 32" Benq screen.
Currently affecting InDesign version 14.0.1 but it also occurred with previous versions too.

73.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Nov 11, 2019 Nov 11, 2019

ANSWER FOUND: It appears it only affects users with two screens. If your displays are sitting side by side, ensure the second screen in the 'Display Arrangement' in System Preferences >> Displays, does not sit higher than the main screen - even though the second screen may sit higher on the desk. Keeping the second screen aligned or lower will avoid 'losing' part of a panel off screen.

Translate
New Here ,
Mar 09, 2024 Mar 09, 2024

After reading through the replies... I simply unplugged my second monitor and rebooted my laptop. Indesign was then accessible and positioned on the macbook pro 2017 monitor where it should be. I then plugged the second monitor back in and moved indesign over to my larger workspace. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 09, 2024 Mar 09, 2024

Unless you have two external monitors. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 03, 2024 Apr 03, 2024

Thank you. You've fixed a long standing issue.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 03, 2024 Apr 03, 2024

I am not seeing a fix. Can you point that out? I see workarounds, but no fix. I would love to have this issue actually fixed, but I am not hearing anything from Adobe. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 20, 2024 May 20, 2024

Adobe does not always reply... these suggestion or feedback thread must get hundreds or thousands of upvotes before Adobe developers will truly address or fix the bugs. Frustrating but there are a few solutions here... one of which is annoying to unplug your 2nd monitor from your laptop -- move the InDesign frame, then plug back in. Super annoying.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 21, 2024 May 21, 2024

My solution for this was to create an AppleScript that hides the menubar for twenty seconds (just the time needed to get back to InDesign and move the application window).

In case it helps, here is the code I use :

use AppleScript version "2.4" -- Yosemite (10.10) or later
use framework "Foundation"
use scripting additions

on run
	tell application "System Events"
		if autohide menu bar of dock preferences then
			set autohide menu bar of dock preferences to false
		else
			set autohide menu bar of dock preferences to true
			delay 20
			set autohide menu bar of dock preferences to false
		end if
	end tell
end run
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 14, 2024 May 14, 2024

If you're seeing this and hoping for a temporary fix sometime before 2030, please vote on the bugfix request I've submitted.

 

https://indesign.uservoice.com/forums/601180-adobe-indesign-bugs/suggestions/48433358-two-monitors-u...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2024 Jun 11, 2024

This post is from 2019, it's shocking that Adobe has note corrected this bug by 2024.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 29, 2024 Aug 29, 2024

I went into systems and just kept moving the monitor arrangements around until I could grab the corner of my InDesign program and place it on my main computer screen. Then I moved my monitor positions back to where they were. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 09, 2025 Apr 09, 2025

Easier is to go to Settings > Displays. Click on and Extended Display and make that your main display. You can then see the top of the InDesign app and drag it where you want. Then change your main screed display preference back to what you had. The InDesign app can then be moved to which ever display you want.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 10, 2025 Apr 10, 2025

interesting workaround but its still a long standing bug that Adobe should fix. Thanks for adding a solution!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 25, 2025 Sep 25, 2025

Why would they fix things when they are only intrested in adding 'features'?

Data merge is long overdue for improvement.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 25, 2025 Sep 25, 2025

Years later this bug is still is a problem, so here's a solution I found since the official/accepted answer didn't work for me: Temporarily change your mac's display setting to a smaller resolution than the display actually is. For example, I temporarily changed the display from 1512x982 to 1024x665. All text and windows on screen will get larger and that "bumps" the hidden panel into view. Move the window and then set your display back to normal.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 25, 2025 Sep 25, 2025

I think its faster to simply unplug your second monitor really fast, which will force the InDesign app window to appear correctly on your main screen, drag the window down slightly so you can see the whole app frame again, then instatly plug 2nd mointor back in. Mush faster (but i guess subjective) -- and i guess Adobe devleopers will fix this in the year 2035 after it receives whatever mysterios magic number of upvotes (is it 1K, 5K, 10K????) is required. Meh

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
21 hours ago 21 hours ago
LATEST

I found the solution by changing the Windows display settings to work with two extended screens. The specific window that wasn't showing was in the top left corner. Then, with Indesign open, I kept changing the position of the second screen. When I placed one on top of the other in the display settings, I found the window and was able to move it back there and resume everything as before.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines