Ticket #7131 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Tabs: Add beforeload event; deprecate ajaxOptions and cache options

Reported by: scott.gonzalez Owned by:
Priority: blocker Milestone: 1.9.0
Component: ui.tabs Version: 1.8.10
Keywords: Cc:
Blocking: #7133, #7134 Blocked by:

Description

The ajaxOptions and cache options are being removed in favor of a new event: beforeload. The beforeload event will receive a jqXHR object and the settings object that will be passed to jQuery.ajax().ajaxOptions is replaced by modifying the settings passed to beforeload and caching can be implemented by calling event.preventDefault() to prevent the ajax call and jump straight to showing the tab.

Change History

comment:1 Changed 2 years ago by scott.gonzalez

  • Priority changed from minor to blocker
  • Status changed from new to open

comment:2 Changed 2 years ago by scott.gonzalez

  • Blocking 7133 added

comment:3 Changed 2 years ago by scott.gonzalez

  • Blocking 7134 added

comment:5 Changed 2 years ago by Scott González

  • Status changed from open to closed
  • Resolution set to fixed

Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.

Changeset: 7157af2550b1b26fb71a7fac17ea67f36f117f7e

Note: See TracTickets for help on using tickets.