Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html title when editing with iD #2658

Closed
pantierra opened this issue Apr 7, 2020 · 3 comments
Closed

html title when editing with iD #2658

pantierra opened this issue Apr 7, 2020 · 3 comments

Comments

@pantierra
Copy link
Contributor

When editing with iD in the Tasking Manager the html title gets overridden.

image

@pantierra
Copy link
Contributor Author

We need to fix this on iD, first. @quincylvania can you help us here?

@quincylvania
Copy link

I added endpoints to iD to customize the page title behavior. You can now prevent iD from changing the title:

iD.coreContext().setsDocumentTitle(false);

Alternatively, you can set your own base string so iD can still show contextual info in the title:

iD.coreContext().documentTitleBase('Task #8582');

The above would result in this title if the mapper had 12 unsaved changes and was selecting a feature named "Main Street":

Screen Shot 2020-06-10 at 3 53 49 PM

@willemarcel willemarcel modified the milestones: 4.1.0 Release, 4.2.0 Jul 17, 2020
@willemarcel
Copy link
Contributor

Thanks @quincylvania ! I solved that issue with #3362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants