[TYPO3-mvc] Fluid: Object-Accessor is not always working

Robert Schneider r.schneider at artworx.at
Fri Sep 14 14:03:45 CEST 2012


Well, I could locate the problem. Probably a bug.

In my first posting you have seen that I included a style section:

<style>
	.circle {
		padding: 40px 100px 110px 100px;
		background: #fff;
		width: 400px;
		height: 450px;
		margin: 10px auto;
		border-radius: 50%;
		-moz-border-radius:50%;
		-webkit-border-radius: 50%;
		behavior: url(ie-css3.htc);
		border: 5px solid orange;
	}
</style>

I have reduced this to:

<style>
	.circle {
		padding: 40px 100px 110px 100px;
	}
</style>

This still doesn't work. But when I change this to:

<style>
	.circle {
		padding: 40px 100px;
	}
</style>

it works! Does this make any sense? Is there any reason for this behaviour?

If it is also strange to you, Clause, then I will create a bug report. 
But I'd like to know your opinion first.

Thanks again and have a nice weekend,
Robert




More information about the TYPO3-project-typo3v4mvc mailing list