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

Firefox: Debugging Tools - View (XML) isn't working #1099

Open
christianguenter2 opened this issue Apr 22, 2024 · 2 comments
Open

Firefox: Debugging Tools - View (XML) isn't working #1099

christianguenter2 opened this issue Apr 22, 2024 · 2 comments

Comments

@christianguenter2
Copy link
Contributor

christianguenter2 commented Apr 22, 2024

I get this error when I try to go to View (XML) in debugger tools with Firefox. Chrome and Edge are working.
grafik
grafik

This is the content of sourceXml

<mvc:View displayBlock="true" height="100%" xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:form="sap.ui.layout.form" xmlns:mvc="sap.ui.core.mvc" xmlns:table="sap.ui.table">
	<Shell>
		<Page title="abap2UI5 - Hello World App">
			<form:SimpleForm editable="true">
				<form:content>
					<Title text="Make an input here and send it to the server..."/>
					<Label text="Enter your name"/>
					<Input value="{/XX/NAME}"/>
					<Button press="eB([&apos;BUTTON_POST&apos;])" text="post"/>
				</form:content>
			</form:SimpleForm>
		</Page>
	</Shell>
</mvc:View>
@oblomov-dev
Copy link
Member

the xml prettifier runs into an error. till now to reduce developing efforts i only test with chrome and always recommend to everyone to use chrome only too. But i am sure you use firefox because a certain customer does not allow chrome (also had this problem often in the past in other contexts)?

maybe we should put firefox compatibility on the todo list.

@christianguenter2
Copy link
Contributor Author

christianguenter2 commented Apr 22, 2024

Thx for your feedback. Low priority. I use firefox just for convenience tbh, no special reason :-)

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

No branches or pull requests

2 participants