question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Empty items in sap.m.IconTabHeader overflow list

See original GitHub issue

If sap.m.IconTabHeader has aggreation binding for items , for example like this:

	<IconTabHeader 
		items="{app>/master/tabs}"
		backgroundDesign="Transparent"
		enableTabReordering="true"
		mode="Inline"
		showOverflowSelectList="true">
		<items>
			<IconTabFilter
				text="{app>text}"
				key="{app>key}">
				<Text text="{app>text}"></Text>
			</IconTabFilter>
		</items>
	</IconTabHeader>

in this case we have empty overflow select list.

In

image

In the following code:

image

while cloning we need also to clone bindings:

oSelectItem = oTabFilter.clone(undefined, undefined, {cloneBindings:true});

Could someone please implement? Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
myordanovcommented, Jun 7, 2018

Hello @ThePlenkov, Thank you for sharing this finding. I’ve created an internal incident 1880288464. The status of the issue will be updated here in GitHub. Regards, Mihail.

0reactions
limpbizkit107commented, Jun 14, 2018

Hi,

We have down pored the fix to 1.44 and you can track when it will be available in the release plan.

Regards, Stefan

Read more comments on GitHub >

github_iconTop Results From Across the Web

API Reference - sap.m.IconTabHeader
Specifies if the overflow select list is displayed. The overflow select list represents a list, where all tab filters are displayed, so the...
Read more >
sap.m.IconTabHeader - API Reference - Demo Kit
This control displays a number of IconTabFilters and IconTabSeparators. If the available horizontal space is exceeded, an overflow tab appears.
Read more >
Empty option item for sap.m.Select control - Stack Overflow
m.Select control. I saw some approaches the corresponding data source for items-aggregation should contain that empty item. My problem I'm not ...
Read more >
Filter sap.m.List on Empty Value
Hello,. I'm trying to filter a list on 2 values : if my ZANSWER = 'NC' or ZANSWER = ''. On my filter...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found