You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've already reported here the same problem but I was asked to post it here, instead.
The SAPUI5 and OpenUI5 API documentation has an annoying typographical problem which makes my head dizzy every time I try to read the docs.
The name of every event and method is placed so that it looks like it belongs to the parameter list of the previous event or method. This makes it very hard to see where is the boundary between two events.
The reason is that the name is closer to the parameter list of the previous event than the description of the given event. Also, the name is indented the same amount as the parameter list, so they appear to belong together.
Here is an example:
In my opinion, a typograpically (and logically) better way would be to change the margins and remove the indentation. Here is a suggestion I created with Chrome Inspector:
I would be grateful if you could change this and make reading the docs easier.
The text was updated successfully, but these errors were encountered:
Thank you for sharing this finding. I've created an internal incident 2180367090 for this enhancement request. The status of the issue will be updated here in GitHub.
I've already reported here the same problem but I was asked to post it here, instead.
The SAPUI5 and OpenUI5 API documentation has an annoying typographical problem which makes my head dizzy every time I try to read the docs.
The name of every event and method is placed so that it looks like it belongs to the parameter list of the previous event or method. This makes it very hard to see where is the boundary between two events.
The reason is that the name is closer to the parameter list of the previous event than the description of the given event. Also, the name is indented the same amount as the parameter list, so they appear to belong together.
Here is an example:
In my opinion, a typograpically (and logically) better way would be to change the margins and remove the indentation. Here is a suggestion I created with Chrome Inspector:
I would be grateful if you could change this and make reading the docs easier.
The text was updated successfully, but these errors were encountered: