Search and Top Navigation
#14959 closed bug (notabug)
Opened April 29, 2016 08:18AM UTC
Closed May 02, 2016 02:58PM UTC
Controlgroup: Pass direction to widget options in _initWidget()
Reported by: | gabrielschulhof | Owned by: | gabrielschulhof |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.controlgroup | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At
the controlgroup should also pass the direction to the widget options function, because it doesn't later end up using the options for widgets in the middle, only for first and last widgets.
Attachments (0)
Change History (5)
Changed January 01, 1970 12:24AM UTC by comment:1
status: | pending → new |
---|
Changed April 29, 2016 08:42AM UTC by comment:2
Changed May 02, 2016 01:20PM UTC by comment:3
owner: | → gabrielschulhof |
---|---|
status: | new → pending |
Can you please explain the bug, not the requested implementation? Also, I assume that git is not the correct version and you're seeing this behavior in one of the pre-releases.
Changed May 02, 2016 02:24PM UTC by comment:4
It's not a bug. Sorry! I would've closed the ticket, but I don't have the permission to do so. Please close the ticket :)
Changed May 02, 2016 02:58PM UTC by comment:5
resolution: | → notabug |
---|---|
status: | new → closed |
OK, NM. I see that direction has been removed from the call to the widget options in master, so direction needs to be determined inside the options function if needed.