Branch: refs/heads/3.4.x
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 996ae7df2da6559d98e81699f6a158934b62bddf
      
https://github.com/cytoscape/cytoscape.js/commit/996ae7df2da6559d98e81699f6a158934b62bddf
  Author: Max Franz <[email protected]>
  Date:   2019-04-30 (Tue, 30 Apr 2019)

  Changed paths:
    M src/collection/style.js
    M test/collection-style.js
    M test/core-graph-manipulation.js

  Log Message:
  -----------
  Backport 3.4.x : `edge.isBundledBezier()` should return false for styleless 
instance

- The internal style function, `ele.isBundledBezier()` will not work in a 
styleless instance, because `ele.pstyle()` will always return `undefined`.  It 
should have a check like the other style functions.  Most of these functions 
are derived state functions, which have this check implicitly.
- `edge.isBundledBezier()` is only used in a few places.  The only place that 
would affect a headless instance is `ele.remove()`.
- This patch includes a fix and several test cases.

Ref : Removing parallel edges in headless mode #2377 #2378


-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to