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

StockChart doesn't send events #85

Closed
glebfox opened this issue Sep 13, 2019 · 1 comment
Closed

StockChart doesn't send events #85

glebfox opened this issue Sep 13, 2019 · 1 comment
Assignees
Labels
state: fixed Fixed by the developer type: regression ver: 7.0.11 Fixed in version ver: 7.1.1 Fixed in version ver: 7.2.0 Fixed in version
Milestone

Comments

@glebfox
Copy link
Member

glebfox commented Sep 13, 2019

Environment

  • Platform version: 7.0.10

Description of the bug or enhancement

  • Minimal reproducible example

Add an event listener for one of the following events:

  • DataSetSelectorCompareEvent
  • DataSetSelectorSelectEvent
  • DataSetSelectorUnCompareEvent
  • StockEventClickEvent
  • StockEventRollOutEvent
  • StockEventRollOverEvent
  • StockGraphClickEvent
  • StockGraphItemClickEvent
  • StockGraphItemRightClickEvent
  • StockGraphItemRollOutEvent
  • StockGraphItemRollOverEvent
  • StockGraphRollOutEvent
  • StockGraphRollOverEvent.
@Subscribe("stockChart")
private void onStockChartStockEventClick(StockChart.StockEventClickEvent event) {
    showNotification(event);
}
  • Expected behavior

Event is sent

  • Actual behavior

Screenshot 2019-09-13 at 14 54 44

@glebfox glebfox added this to the Release 7.0 milestone Sep 13, 2019
@glebfox glebfox self-assigned this Sep 13, 2019
glebfox pushed a commit that referenced this issue Sep 20, 2019
@haulmont-git haulmont-git added the ver: 7.2.0 Fixed in version label Sep 20, 2019
glebfox pushed a commit that referenced this issue Sep 20, 2019
@haulmont-git haulmont-git added the ver: 7.1.1 Fixed in version label Sep 20, 2019
glebfox pushed a commit that referenced this issue Sep 20, 2019
@haulmont-git haulmont-git added the ver: 7.0.11 Fixed in version label Sep 20, 2019
@glebfox
Copy link
Member Author

glebfox commented Sep 20, 2019

Demo: stock-chart.zip

@natfirst natfirst added the state: fixed Fixed by the developer label Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: fixed Fixed by the developer type: regression ver: 7.0.11 Fixed in version ver: 7.1.1 Fixed in version ver: 7.2.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

3 participants