Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • stacks stacks
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 173
    • Issues 173
    • List
    • Boards
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • YourHeadYourHead
  • stacksstacks
  • Issues
  • #510
Closed
Open
Issue created Apr 27, 2020 by Adam Shiver@elixirgraphics

Crash when Link control is page scoped

If you add a link control to the customItems array and set its scope to page the default value does not appear. Also, clicking on the Set Link button causes Stacks to crash RapidWeaver.

This is the PLIST entry for the Link control:

		<dict>
			<key>default</key>
			<string>https://yoururl.com/image.jpg</string>
			<key>group</key>
			<string>General</string>
			<key>id</key>
			<string>remote-image</string>
			<key>title</key>
			<string>Remote Image</string>
			<key>type</key>
			<string>link</string>
			<key>scope</key>
			<string>page</string>
		</dict>

If you remove the scope key from the Link control everything works as expected -- the default value is displayed and clicking the Set Link button does not crash RapidWeaver.

Assignee
Assign to
Time tracking