René's URL Explorer Experiment


Title: The specified child already has a parent (when dynamically creating Frame & Page) · Issue #6931 · NativeScript/NativeScript · GitHub

Open Graph Title: The specified child already has a parent (when dynamically creating Frame & Page) · Issue #6931 · NativeScript/NativeScript

X Title: The specified child already has a parent (when dynamically creating Frame & Page) · Issue #6931 · NativeScript/NativeScript

Description: Environment CLI: 5.2.0 Cross-platform modules: 5.2.1 Android Runtime: 5.2.1 Describe the bug Related with #6312 #6201 #6339 System.err: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView()...

Open Graph Description: Environment CLI: 5.2.0 Cross-platform modules: 5.2.1 Android Runtime: 5.2.1 Describe the bug Related with #6312 #6201 #6339 System.err: java.lang.IllegalStateException: The specified child already ...

X Description: Environment CLI: 5.2.0 Cross-platform modules: 5.2.1 Android Runtime: 5.2.1 Describe the bug Related with #6312 #6201 #6339 System.err: java.lang.IllegalStateException: The specified child already ...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/6931

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"The specified child already has a parent (when dynamically creating Frame  \u0026 Page)","articleBody":"**Environment**\r\n - CLI: 5.2.0\r\n - Cross-platform modules: 5.2.1\r\n - Android Runtime: 5.2.1\r\n\r\n**Describe the bug**\r\nRelated with #6312 #6201 #6339 \r\n```\r\nSystem.err: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.\r\nSystem.err: \tat android.view.ViewGroup.addViewInner(ViewGroup.java:4658)\r\nSystem.err: \tat android.view.ViewGroup.addView(ViewGroup.java:4499)\r\nSystem.err: \tat android.view.ViewGroup.addView(ViewGroup.java:4439)\r\nSystem.err: \tat android.view.ViewGroup.addView(ViewGroup.java:4412)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1466)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852)\r\nSystem.err: \tat android.support.v4.app.BackStackRecord.executeOps(BackStackRecord.java:802)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.executeOps(FragmentManager.java:2625)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2411)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager.java:2366)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:2273)\r\nSystem.err: \tat android.support.v4.app.FragmentManagerImpl$1.run(FragmentManager.java:733)\r\nSystem.err: \tat android.os.Handler.handleCallback(Handler.java:751)\r\nSystem.err: \tat android.os.Handler.dispatchMessage(Handler.java:95)\r\nSystem.err: \tat android.os.Looper.loop(Looper.java:154)\r\nSystem.err: \tat android.app.ActivityThread.main(ActivityThread.java:6776)\r\nSystem.err: \tat java.lang.reflect.Method.invoke(Native Method)\r\nSystem.err: \tat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1518)\r\nSystem.err: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)\r\n```\r\n\r\n**To Reproduce**\r\nAfter app is opened press `Back` button to \"close\" app. Then run (resume) app again by pressing app icon.\r\n\r\n**Sample project**\r\n```\r\nimport * as app from \"tns-core-modules/application\";\r\nimport {parse} from \"tns-core-modules/ui/builder\";\r\nimport {StackLayout} from \"tns-core-modules/ui/layouts/stack-layout\";\r\nimport {Page} from \"tns-core-modules/ui/page\";\r\nimport {Frame} from \"tns-core-modules/ui/frame\";\r\n\r\nconst rootLayoutXml = `\u003cStackLayout\u003e\u003cFrame id=\"rootLayoutFrame\"/\u003e\u003c/StackLayout\u003e`;\r\nconst rootLayoutView = \u003cStackLayout\u003eparse(rootLayoutXml);\r\n\r\nconst pageXml = `\u003cPage\u003e\u003cStackLayout\u003e\u003cLabel text=\"Text\"/\u003e\u003c/StackLayout\u003e\u003c/Page\u003e`;\r\nconst pageView = \u003cPage\u003eparse(pageXml);\r\n\r\nconst rootLayoutFrame = \u003cFrame\u003erootLayoutView.getViewById(\"rootLayoutFrame\");\r\n\r\napp.run({\r\n    create: () =\u003e {\r\n\r\n        rootLayoutFrame.navigate({\r\n            create: () =\u003e pageView\r\n        });\r\n\r\n        return rootLayoutView;\r\n    }\r\n});\r\n```\r\n\r\n\r\n\u003cbountysource-plugin\u003e\r\n\r\n---\r\nWant to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/70291943-the-specified-child-already-has-a-parent-when-dynamically-creating-frame-page?utm_campaign=plugin\u0026utm_content=tracker%2F12908224\u0026utm_medium=issues\u0026utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin\u0026utm_content=tracker%2F12908224\u0026utm_medium=issues\u0026utm_source=github).\r\n\u003c/bountysource-plugin\u003e","author":{"url":"https://github.com/webleaf","@type":"Person","name":"webleaf"},"datePublished":"2019-02-19T16:49:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/6931/NativeScript/issues/6931"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b3840f87-1102-3157-a830-5ca8c4c1adef
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCC9A:3930F2:69B4C0:85A260:697419B4
html-safe-nonce6ac93f7230c6f8c96e76ff6bb29925f9f11fefca2ba9b99ba8be2f0c419a85c8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzlBOjM5MzBGMjo2OUI0QzA6ODVBMjYwOjY5NzQxOUI0IiwidmlzaXRvcl9pZCI6IjYyOTAyMTkwODk4NDI2NzQxMDAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd99a9aec26469a309379b4daa54e7c7dd83dedc56a03d2b8f9c3cb9748a6f098
hovercard-subject-tagissue:412022336
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/6931/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0b4f49ca0a9045b017776f774da6a60491a222f7ef74aaa31eaf3207aba7242a/NativeScript/NativeScript/issues/6931
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0b4f49ca0a9045b017776f774da6a60491a222f7ef74aaa31eaf3207aba7242a/NativeScript/NativeScript/issues/6931
og:image:altEnvironment CLI: 5.2.0 Cross-platform modules: 5.2.1 Android Runtime: 5.2.1 Describe the bug Related with #6312 #6201 #6339 System.err: java.lang.IllegalStateException: The specified child already ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamewebleaf
hostnamegithub.com
expected-hostnamegithub.com
None447dc9917c3d68d647a01abfdefe55ec7ee1785922136c1d8395dbb3ab6d57b9
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8dad7bdfecbe3eaa97ac4e632d6b47e2b23e81d9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/6931#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F6931
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F6931
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://github.com/NativeScript/NativeScript/issues/6931
Reloadhttps://github.com/NativeScript/NativeScript/issues/6931
Reloadhttps://github.com/NativeScript/NativeScript/issues/6931
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/6931
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.4k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 869 https://github.com/NativeScript/NativeScript/issues
Pull requests 61 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects 0 https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security 0 https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/6931
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/6931
The specified child already has a parent (when dynamically creating Frame & Page)https://github.com/NativeScript/NativeScript/issues/6931#top
os: androidhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22os%3A%20android%22
https://github.com/webleaf
https://github.com/webleaf
webleafhttps://github.com/webleaf
on Feb 19, 2019https://github.com/NativeScript/NativeScript/issues/6931#issue-412022336
#6312https://github.com/NativeScript/NativeScript/issues/6312
#6201https://github.com/NativeScript/NativeScript/issues/6201
#6339https://github.com/NativeScript/NativeScript/pull/6339
Post a bounty on it!https://www.bountysource.com/issues/70291943-the-specified-child-already-has-a-parent-when-dynamically-creating-frame-page?utm_campaign=plugin&utm_content=tracker%2F12908224&utm_medium=issues&utm_source=github
Bountysourcehttps://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12908224&utm_medium=issues&utm_source=github
os: androidhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22os%3A%20android%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.